SA-MP Forums Archive
[Ajuda] Payday - 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] Payday (/showthread.php?tid=632701)



Payday - YuriZika - 17.04.2017

Alguйm pode me ajudar a editar o tempo do payday?


Re: Payday - MKVplayer123 - 17.04.2017

Код:
public OnGameModeInit()
{
SetTimer("PayDay", 1000, true); 
return 1;
}
O SetTimer vai comeзar um tempo na sua GM, Entre "" Й o nome da new de seu PayDay, defina isso em:
Код:
new PayDay;
O "1000" Й o tempo em milissegundos.

Nesse tempo coloque o tempo que vocк quiser para ser o PayDay...

E vocк cria a public PayDay e lб adcione as informaзхes necessбrias.