Some filterscripts won't load - 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: Some filterscripts won't load (
/showthread.php?tid=490028)
Some filterscripts won't load -
Tuck - 25.01.2014
I was scripting my own gamemode and when I finished it I improved whole server with few scripts.They get load in server.exe but they don't load in server,example roleplay fs commands loads in server.exe but when I come on server /me blabla "Unknown command".
Re: Some filterscripts won't load -
Scottas - 25.01.2014
maybe somewhere in you filterscripts you have 'return 1;' ant the end of 'OnPlayerCommandText', so server stops searching throught other scripts.