a pause between typing a command - 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: a pause between typing a command (
/showthread.php?tid=109531)
a pause between typing a command -
*BueNoOo* - 20.11.2009
Hey I was just wondering how can I add a pause between typing the same command again ?
I want it to be possible to type /exit /enter without any pause, but I want a pause so player cannot type the same command again for like 3 minutes...
He types /enter, then he has to wait 3 mins to type it again ? any ideas ? thanks
Jizzy_J
Re: a pause between typing a command -
[LCG]TANKER - 20.11.2009
set up a timer and a true/false integer
example
if false(/exit) avalible
true
timer starts
at end of timer turn it false and turn timer off
Re: a pause between typing a command -
Streetplaya - 20.11.2009
GetTickCount?