Missing FX Problem.
Posted: May 10th, 2008, 3:29 am
Im trying to add a fire into my map. When I load the code in my GSC it shows up as "Missing FX"
Here is the code:
I tried the tutorial on mods online and I had no luck. I googled it and could not find anything.
Any help appriciated.
Here is the code:
Code: Select all
main()
{
level._effect["fire"] = loadfx ("fire/fire_vhc_dl_aftermath.efx");
maps\mp\_fx::loopfx("fire", (288, -1312, 32), 0.6);
level._effect["smoke"] = loadfx ("smoke/car_damage_blacksmoke_fire.efx");
maps\mp\_fx::loopfx("smoke", (288, -1312, 32), 0.7);
maps\mp\_load::main();
}
Any help appriciated.