UGX-Mods

Call of Duty 5: World at War => Help Desk => Scripting => Topic started by: greenlungs81 on August 14, 2013, 03:30:46 pm

Title: Help asap error with script
Post by: greenlungs81 on August 14, 2013, 03:30:46 pm
when i start game i get the error could not find script 'maps/mp/_load'   

this is the tut that sajeone gave me   http://wiki.modsrepository.com/index.php/Call_of_Duty_4:_Jumppads (http://wiki.modsrepository.com/index.php/Call_of_Duty_4:_Jumppads)
 i tried to change the mp in the my map.gsc to sp butim still getting the error (https://www.ugx-mods.com/forum/proxy.php?request=http%3A%2F%2Fi43.tinypic.com%2F29vi6op.jpg&hash=1e9cd33ff04687e24ddb128d4b7a262f1856d5d5)
Title: Re: Help asap error with script
Post by: SajeOne on August 14, 2013, 05:25:15 pm
The script is designed for cod4. I told you you have to take only the jumper function and place it into your mapname.gsc at the bottom. Then you have to call the function before the line:
Code Snippet
Plaintext
maps\_zombiemode::main();

Then remove the two FX lines within the jumper function.
Title: Re: Help asap error with script
Post by: greenlungs81 on August 14, 2013, 07:33:33 pm
and delete this loadfx( "misc/ui_pickup_available" ); and
   maps\mp\_fx::loopfx
Title: Re: Help asap error with script
Post by: SajeOne on August 14, 2013, 07:47:21 pm
and delete this loadfx( "misc/ui_pickup_available" ); and
   maps\mp\_fx::loopfx
(https://www.ugx-mods.com/forum/proxy.php?request=http%3A%2F%2Fimg189.imageshack.us%2Fimg189%2F2396%2Fgs84.png&hash=d0d397c5b8fe6ce8672559e5ca2a585d2267c0b3)