Filterscript issue (rep)++ - 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: Filterscript issue (rep)++ (
/showthread.php?tid=601055)
Filterscript issue (rep)++ -
bugmenotlol - 16.02.2016
well i have 5 filterscripts but the problem is commands and functions are not working properly
Re: Filterscript issue (rep)++ -
Shaheen - 16.02.2016
make sure that you don't have return values at the end of callbacks
Re: Filterscript issue (rep)++ -
valych - 16.02.2016
Could you give us more details about your problem?
First thought, that came to my mind: check public OnPlayerCommandText - each should return 0 at the end of the public:
PHP код:
public OnPlayerCommandText(playerid, cmdtext[])
{
// Commands....
return 0;
}
Re: Filterscript issue (rep)++ -
iKevin - 16.02.2016
Reply with your filterscript codes.
-
Sew_Sumi - 16.02.2016
It could be those returns.
Post up the server.log, and server.cfg (without your rcon password), and explain what ones are having the issues and how for each.
Re: Filterscript issue (rep)++ -
Compiler - 16.02.2016
Check This :
https://sampforum.blast.hk/showthread.php?tid=597583