SA-MP Forums Archive
[HELP] Timer - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [HELP] Timer (/showthread.php?tid=108144)



[HELP] Timer - darkhuman - 12.11.2009

hey people i wanna mak a timer in 0.3 but i don't get it to work.
i wanna mak it that one minute in real life 1 hour ingame is.
can someone help me with this ?
maybe a noobisch question


Re: [HELP] Timer - Gergo1352 - 12.11.2009

There is no need for a timer, just use:

Код:
TogglePlayerClock(playerid, true);



Re: [HELP] Timer - darkhuman - 12.11.2009

ok


Re: [HELP] Timer - FlatMaN - 12.11.2009

Код:
public OnGameModeInit()
{
TogglePlayerClock(playerid, true);
//and more