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://www.codjumper.com/forums/
Code: Select all
fx,example/effect
Code: 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();