Quote:
Originally Posted by djromero
Everytime i set a timer for "Action:Spawn_InfectedBot(Handle:timer)" i increment InfectedBotQueue by 1, so it will never be -1.
|
Not on mapchange because OnPluginStart() will set it to 0, and then the timer will go off and set it to -1.
But I didn't see that this gets set to 0 in CountInfected(), which is called each time before the variable is used. So this appears to be non-issue.