[Ajuda] Verificar TIMER para executar tal aзгo
#2

PHP код:
forward TimerAcabo(playerid); //onde quiser, recomendo no inicio do Gamemode

// OnGameModeInit

SetTimer("TimerAcabo"10000false); //tempo para acabar o timer, em milesegundos
 
public TimerAcabo(playerid)
{
    
// funcao quando o timer acaba
    
return 1;

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 5 Guest(s)