UGX-Mods

Call of Duty 5: World at War => Help Desk => Scripting => Topic started by: isaacscott2005 on August 10, 2017, 03:35:22 pm

Title: Unknown Function
Post by: isaacscott2005 on August 10, 2017, 03:35:22 pm
Now I know this can mean a lot of things, but mine says 'unknown function      self achievement_notify ("DLC3_ZOMBIE_BOWIE_KILLS");

I have had this error for about a week and I can't figure out what's wrong. Any suggestions?
Title: Re: Unknown Function
Post by: death_reaper0 on August 11, 2017, 11:45:37 pm
make sure this is in _zombiemode_utility.gsc at any point (just search for it)

Code Snippet
Plaintext
achievement_notify( notify_name )
{
self notify( notify_name );
}
also make sure
Code Snippet
Plaintext
#include maps\_zombiemode_utility;
is one of the very top lines in _zombiemode_score.gsc

if error persists show me whats around that line (should be in _zombiemode_score.gsc)
Title: Re: Unknown Function
Post by: isaacscott2005 on August 14, 2017, 10:14:32 am
Thanks I think the error has gone but now when I try to launch my map it says 'unhandled exception caught' and the game says 'not responding' then crashes. ??