24.08.2011, 10:09
I think I've found the answer. My timer won't work:
Under OnGameModeInIt()
But it doesn't print! Maybe I'm setting the timer wrong or something?
Under OnGameModeInIt()
pawn Code:
SetTimer("Tick",1000,1);
pawn Code:
forward Tick();
public Tick()
{
print("Hi");
return 1;
}