Quote:
Originally Posted by dominik523
what are the errors or warnings?
|
There are not warnings or errors.
Quote:
Originally Posted by andruz99
SetTimer("StartFire", 120000, 1); //2 min is supposed to be under OnGameModeInit
Код:
public OnGameModeInit()
{
SetTimer("StartFire", 120000, 1); //2 min is supposed to be under OnGameModeInit
return 1;
}
|
Thats what I did.