12.08.2017, 21:40
PHP код:
forward TimerAcabo(playerid); //onde quiser, recomendo no inicio do Gamemode
// OnGameModeInit
SetTimer("TimerAcabo", 10000, false); //tempo para acabar o timer, em milesegundos
public TimerAcabo(playerid)
{
// funcao quando o timer acaba
return 1;
}