SA-MP Forums Archive
[FilterScript] Simple Time Script - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+--- Thread: [FilterScript] Simple Time Script (/showthread.php?tid=165109)



Simple Time Script - Ash. - 03.08.2010

This is quite sad, but i realised i failed.

REMOVED.


Re: Simple Time Script - Kidemo - 03.08.2010

quite good


Re: Simple Time Script - Ash. - 03.08.2010

Quote:
Originally Posted by [MG]Trotty
View Post
quite good
Thanks - It was something i did in about 5 minutes but you know


Re: Simple Time Script - MBX97 - 14.10.2010

i like it and as i say to any 1 release us a cool script
Quote:

GUD JOB MATE , KEEP UP THE GUD WORK




Re: Simple Time Script - Slice - 14.10.2010

It doesn't work, however.
The time is only set when the filterscript is loaded, and unloaded. You should put the SetTime function in Timer() and add a IsPlayerConnected check in the loop; you're currently setting the time for 500 player IDs regardless if they're connected or not.
Also, SetPlayerEx is to pass arguments to the timer. You don't need to do that (and you're currently telling PAWN you're passing an integer), so just use SetTimer.