10-21-2013, 01:00
I've been having a problem with my mod, I'm trying to put the rain effects from Kowloon onto other maps. After taking a while to code it, I encountered one problem with mp_nuked_fx.gsc. When I compile the mod and go ingame, it gives me this error.
Error:
Client Script uses anim
'fxanim_mp_dustdevil_anim' from tree
'fxanim_props' that doesn't exist on the server.
When I delete my mp_nuked_fx.gsc, I don't get that error, but the rain effects aren't there of course.
The only thing that my mp_nuked_fx.gsc contains is this,
http://pastebin.com/tNF7KRX5
and I'm pretty sure that has nothing to do with that error, because if I delete everything in the mp_nuked_fx.gsc but keep the file in the mod, I get the error. But if I delete the actual file, I don't get the error.
Any help would be appreciated
Error:
Client Script uses anim
'fxanim_mp_dustdevil_anim' from tree
'fxanim_props' that doesn't exist on the server.
When I delete my mp_nuked_fx.gsc, I don't get that error, but the rain effects aren't there of course.
The only thing that my mp_nuked_fx.gsc contains is this,
http://pastebin.com/tNF7KRX5
and I'm pretty sure that has nothing to do with that error, because if I delete everything in the mp_nuked_fx.gsc but keep the file in the mod, I get the error. But if I delete the actual file, I don't get the error.
Any help would be appreciated