07.09.2011, 06:14
Quote:
What you stated will make the timer be called only once. The timer is started OnDialogResponse from a dialog created in OnPlayerConnect. |
Try to remove the SetTimerEx on OnPlayerDialog.
And put in the OnGameModeInit:
pawn Код:
SetTimer("Payday", 100000, true);