it's most likely WaW being a douchbag, since it's saying line 1 and there should be include's there.. Occasionally waw just 'make's up' random error's that arent really there.. Did you try loading again? Otherwise that .gsc might be propperly wrong, maybe you can post it then?
it's most likely WaW being a douchbag, since it's saying line 1 and there should be include's there.. Occasionally waw just 'make's up' random error's that arent really there.. Did you try loading again? Otherwise that .gsc might be propperly wrong, maybe you can post it then?
??? That's a new one, lol.. Not sure tbh, did you add any custom scripts or have been changing stuff in the scripts recently? Did the map run before, or is this the first time you're trying to launch it?
??? That's a new one, lol.. Not sure tbh, did you add any custom scripts or have been changing stuff in the scripts recently? Did the map run before, or is this the first time you're trying to launch it?
everything was running fine with everything i had in it
Euhm, it's getting a bit weird.. Have no clue tbh.. Does it give the same error for all maps? Did you accidently place an edited script in raw maybe? Are you trying to run the maps in developer?
Euhm, it's getting a bit weird.. Have no clue tbh.. Does it give the same error for all maps? Did you accidently place an edited script in raw maybe? Are you trying to run the maps in developer?
yes it does this for all maps idk i reinstalled the mod tools i did with out it once and then i did
I got that error with my hudhintstring script when i tried to pass a
Code Snippet
Plaintext
&"ZOMBIE_WEAPON_......"
rather than passing it a string, "weapon something". It seems it didn't like the hud SetText being set that way...? Not really helpful unless you are using my script or recently were doing something with huds or localized strings...
Last Edit: April 30, 2015, 07:40:57 pm by MakeCents
I got that error with my hudhintstring script when i tried to pass a
Code Snippet
Plaintext
&"ZOMBIE_WEAPON_......"
rather than passing it a string, "weapon something". It seems it didn't like the hud SetText being set that way...? Not really helpful unless you are using my script or recently were doing something with huds or localized strings...
Error: unknown function: (file 'mods/_the_firston.gsc', line 1)
Is "firston" the name of your map or a script that you have added? if its the mapname I would just make a new script placer map and paste your current .map into it. Its faster than chasing an error in some cases. If its a custom script then it should be in your mods/mapname/maps folder not in the base mods folder. Check that you threaded it correctly. also check your "appdata" downloaded mods folder as it might have been moved during compile and isn't being deleted when u recompile. If its in the base appdata.folder it gets loaded with every mod you launch.