
I've tried a few scripts from MODSonline but have been unsuccessful thus far. Please show me the light!
Moderator: Core Staff
Code: Select all
main()
{
maps\mp\_load::main();
thread precacheFX();
thread ambientFX();
}
precacheFX()
{
level._effect["snow_light"] = loadfx ("fx/misc/snow_light_mp_downtown.efx");
level._effect["cold_breath"] = loadfx ("fx/misc/cold_breath.efx");
}
ambientFX()
{
//Snow
maps\mp\_fx::loopfx("snow_light", (0,0,0), 0.6, (0,0,0));
}
Code: Select all
maps\mp\_fx::loopfx("snow_light", (0,0,0), 0.6, (0,0,0));
Code: Select all
maps\mp\_fx::loopfx("snow_light", (1635,-1393,375), 0.8, (1635,-1393,475));
Code: Select all
maps\mp\_fx::loopfx("snow_light", (465, 2, 144), 0.6, (-11246,-7164,530));
maps\mp\_fx::loopfx("snow_light", (468, 3, 261), 0.6, (-7352,-7369,530));
Users browsing this forum: No registered users and 1 guest