#define TASK_COUNTUP 12345;

#define TADK_COUNTUP 12345
PHP Code:
public EvSpawn(id)
{
gTimerS[id] = 0;
if(task_exists(TASK_COUNTUP + id)) // line 50, TASK_COUNTUP defined as 12345;
{
remove_task(TASK_COUNTUP + id);
}
if(get_user_team(id) == 2)
{
Start(id);
}
}
Error:
Code:
Welcome to the AMX Mod X 1.8.1-300 Compiler.
Copyright (c) 1997-2013 ITB CompuPhase, AMX Mod X Team
entity_solid.sma(50) : error 001: expected token: ",", but found ";"
entity_solid.sma(50) : error 036: empty statement
entity_solid.sma(50) : error 029: invalid expression, assumed zero
entity_solid.sma(50) : fatal error 107: too many error messages on one line
Compilation aborted.
4 Errors.