25.02.2014, 23:10
use :
https://sampwiki.blast.hk/wiki/SetTimer // setime
https://sampwiki.blast.hk/wiki/KillTimer // cancela o time
pawn Код:
SetTimer("caminhao", 5000, false); // Set a timer of 1000 miliseconds (1 second)
//exemplo
forward caminhao();
public caminhao()
{
//funзгo
}
//quando ele entrar usar
KillTimer(caminhao);
https://sampwiki.blast.hk/wiki/SetTimer // setime
https://sampwiki.blast.hk/wiki/KillTimer // cancela o time