SA-MP Forums Archive
Commands every 2 seconds bullshit - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Server (https://sampforum.blast.hk/forumdisplay.php?fid=6)
+--- Forum: Server Support (https://sampforum.blast.hk/forumdisplay.php?fid=19)
+--- Thread: Commands every 2 seconds bullshit (/showthread.php?tid=495022)



Commands every 2 seconds bullshit - cowmilker69 - 15.02.2014

Ya hi ive been hosting a private server for me and 3 other friends for some time now. All it is really is grand larceny with a few added filter scripts like Teleport and shit. Recently tho while playing all the commands stopped working, and it gave me the error "You can only put commands every 2 seconds". Even after 2 hours the commands still dont work. Is there a way a can just get rid of that stupid rule?


Re: Commands every 2 seconds bullshit - LeGGGeNNdA - 15.02.2014

There's a problem with one of your filterscripts.


Re: Commands every 2 seconds bullshit - cowmilker69 - 16.02.2014

ya idk what tho because the problem kinda randomly popped up, it wasnt after i changed or added anything


Re: Commands every 2 seconds bullshit - Scenario - 16.02.2014

Quote:
Originally Posted by cowmilker69
Посмотреть сообщение
ya idk what tho because the problem kinda randomly popped up, it wasnt after i changed or added anything
So you're saying that the server has a mind of its own?...




Re: Commands every 2 seconds bullshit - cowmilker69 - 16.02.2014

ya actually it somehow does i swear i think it might


Re: Commands every 2 seconds bullshit - Babul - 17.02.2014

afaik, filterscripts' stuff gets called before the gamemode ('s commands, f.ex).
this way any filterscript could stop processing commands. the way i would proceed, is to load all filterscripts, and search for "2 seconds". as soon you find this response, you can remove the if() check.

btw, which cmd processor are you using? z/y cmd, dcmd, or strcmp?