Posts
1
Respect
Forum Rank
Fresh Corpse
Primary Group
Member
Login Issues
Forgot password?Activate Issues
Account activation email not received? Wrong account activation email used?Other Problems?
Contact Support - Help Center Get help on the UGX Discord. Join it now!Error:
******* Server script compile error *******
Error: bad syntax: (file 'maps/_zombiemode_powerups.gsc', line 403)
{
*
====================================================
Com_ERROR: Server script compile error
bad syntax
maps/_zombiemode_powerups.gsc(402):
{
(see console for details)
====================================================
(repeats the error one more time then calls for a server shutdown) // Don't bring up fire_sale if the box hasn't moved or it it's already on
else if( powerup == "fire_sale" &&
( level.zombie_vars["zombie_powerup_fire_sale_on"] == true ||
level.chest_moves < 1 ) )
{
powerup = get_next_powerup();
}