SA-MP Forums Archive
Stats - 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: Stats (/showthread.php?tid=474933)



Stats - Ananisiki - 10.11.2013

^^^^^^^^


Re: Stats - Loot - 10.11.2013

Try this:
pawn Код:
new hours, minutes, seconds;
gettime(hours, minutes, seconds);
if(hours == 24 && minutes == 0 && seconds == 0)
{
     var ++;
     // changetextdraw, etc...
}



Re: Stats - Ananisiki - 10.11.2013

^^^^^^^^


Re: Stats - Ananisiki - 11.11.2013

^^^^^^^^


Re: Stats - Loot - 11.11.2013

Are you asking or? This is your variable.. you should know what to use with that, right?
But yes, I guess so.