[Ajuda] Dъvida em SetTimer - Printable Version
+- SA-MP Forums Archive (
https://sampforum.blast.hk)
+-- Forum: Non-English (
https://sampforum.blast.hk/forumdisplay.php?fid=9)
+--- Forum: Languages (
https://sampforum.blast.hk/forumdisplay.php?fid=33)
+---- Forum: Português/Portuguese (
https://sampforum.blast.hk/forumdisplay.php?fid=34)
+---- Thread: [Ajuda] Dъvida em SetTimer (
/showthread.php?tid=430935)
Dъvida em SetTimer -
Mutuka_XTreme - 15.04.2013
Й o seguinte galera: tф fazendo um sistema de emprego, e o Player tem que ficar no mнnimo 5 horas (Estas 5 horas estando Online) com o emprego que ele pegar. Como faзo isso? E se o Player sair? Eu tenho que usar algum tipo de salvamento?
Re: Dъvida em SetTimer -
Mutuka_XTreme - 15.04.2013
UP!!
Respuesta: Dъvida em SetTimer -
Pedro Pawno - 15.04.2013
Simples coloque um timer no comando /contas (/sairdoemprego).
Re: Dъvida em SetTimer -
DevilAgain - 15.04.2013
Estude isso:
https://sampwiki.blast.hk/wiki/SetTimer
Й Mais ou menos assim, apenas adapte:
pawn Код:
SetTimer("profhora", 1000, false);
e
pawn Код:
forward profhoras(playerid);
public profhoras(playerid)
{
// Conteъdo da prof
return 1;
}
Caso for para apenas o player use SetTimeEx