SA-MP Forums Archive
[HELP] Timed Message quastion - 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] Timed Message quastion (/showthread.php?tid=82439)



[HELP] Timed Message quastion - FreddeN - 18.06.2009

A simple quastion... I just dont understand how to.
I want this message to show up every 5 minutes...

Код:
SetTimer("SendMSG", 500000, true);
WHat number shall it be for 5 minutes?


Re: [HELP] Timed Message quastion - DjSterios - 18.06.2009

Its 300000


Re: [HELP] Timed Message quastion - Grim_ - 18.06.2009

pawn Код:
SetTimer("SendMSG", 300000, 1);
@DjSterios: Sorry, didn't see your post


Re: [HELP] Timed Message quastion - FreddeN - 18.06.2009

Quote:
Originally Posted by DjSterios
Its 300000
Thanks


Re: [HELP] Timed Message quastion - DjSterios - 18.06.2009

No problem friends.