Dialog [REP ++] - 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)
+--- Thread: Dialog [REP ++] (
/showthread.php?tid=429449)
FIXED -
ScripteRMKD - 09.04.2013
FIXED
Re: Dialog [REP ++] -
Om3n - 09.04.2013
SetTimer("TimerZaLogin", 7000, 100000000000); // LOGIN TIMER
why 100000000000? there should be true or false.
btw: better is make it to OnPlayerRequestSpawn (when he request spawn u will check if is logged)
Re: Dialog [REP ++] -
ScripteRMKD - 09.04.2013
asddsa
Re: Dialog [REP ++] -
Om3n - 09.04.2013
true - loop enable
false - loop disable
change ur time for this:
SetTimerEx("TimerZaLogin", 7000, false, "i", playerid);
Re: Dialog [REP ++] -
SDraw - 09.04.2013
Quote:
Originally Posted by ScripteRMKD
pawn Код:
SetTimer("TimerZaLogin", 7000, 100000000000); // LOGIN TIMER
|
Re: Dialog [REP ++] -
F1re - 09.04.2013
Quote:
Originally Posted by SDraw
|
Nice.
Re: Dialog [REP ++] -
ScripteRMKD - 09.04.2013
Om3n Thanks bro fixed :*
EDIT: Repped