effects
Posted: April 15th, 2010, 5:02 pm
Could anyone explain effects like smoke and where i can find the effects
CoDJumper.com - For all your CoDJumping needs!
https://codjumper.com/~codjumpe/forums/
https://codjumper.com/~codjumpe/forums/viewtopic.php?t=11597
Code: Select all
fx,example/effectCode: Select all
main()
{
level._effect["example"] = loadfx ("example/effect");
maps\mp\_fx::loopfx("example", (-512, 0, -210), 9); //Change the coordinats (x, y, z), time
}Code: Select all
maps\mp\mp_map_fx::main();