Clock filterscript needed - 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: Clock filterscript needed (
/showthread.php?tid=265561)
Clock filterscript needed -
Moron - 01.07.2011
I was looking for a clock filterscript, but the ones i find dont work at all ;/ Maybe its because they were created for older versions? :/ For example
http://forum.sa-mp.com/showthread.ph...ighlight=Clock this filterscript loaded but it didnt work in the server it just didnt appear.
Re: Clock filterscript needed -
Shadoww5 - 01.07.2011
Put this in file.pwn, compile, then open server.cfg and at the line filterscripts write the file's name you created.
For example:
File (folder filterscripts): clock.amx
server.cfg (line filterscripts): clock
Re: Clock filterscript needed -
Moron - 01.07.2011
I know... I said it shows that the filterscript loaded but the clock is not there.
EDIT: Nevermind, i changed OnPlayerSpawn to OnPlayerConnect and it worked.