12.03.2014, 19:30
(
Последний раз редактировалось Matess; 12.03.2014 в 20:34.
)
under OnGameModeInit for example:
SetTimer("robagain", 3600000, true); //only this under ongamemodeinit
SetTimer("robagain", 3600000, true); //only this under ongamemodeinit
pawn Код:
//this code you can place "everywhere"
forward robagain();
public robagain()
{
//set there variables or whatever
}

