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



Unresponsive commands????? - Roroana_Zorro - 19.08.2012

Guys some commands like /teles (for teleports) used to work well without any problems .But now they have become unresponsive . Also,the running style in the server seems to change whenever i start a new game session . I guess this is caused because due to the large number of filterscripts i use(just a possibility,u guys might have the real idea) . So guys is the way to solve this problem as well as keep on using all the filterscripts?
Your help will be really appreciated
(note:there r no problems or errors when i compile)


Re: Unresponsive commands????? - MadeMan - 19.08.2012

A filterscript is probably blocking other commands by returning 1 in wrong place in OnPlayerCommandText. Try removing all filterscripts and see if the commands work then.