27.03.2011, 00:20
Quote:
Put this somewhere
pawn Код:
pawn Код:
|
OnGameModeInit is called when a gamemode starts.
-
Correction, for a global payday.
pawn Код:
public OnGameModeInit(...)
{
SetTimer("PayDay",Time,true);
return 1;
}