Filterscripts - 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: Filterscripts (
/showthread.php?tid=300602)
Filterscripts -
Rob_Maate - 01.12.2011
According to the console, my FS's are loaded BUT they don't display the
pawn Код:
public OnFilterScriptInit()
{
print("\n-----------------------------------------");
print(" Filterscript CORRECTLY LOADED");
print(" :D");
print("-----------------------------------------\n");
return 1;
That I have placed in them all to debug this,
Also, I receive 0 functionality from them IG, they might as be unloaded.
Wtf is going on?
Re: Filterscripts -
Danyal - 01.12.2011
show full server connecting log
Re: Filterscripts -
Rob_Maate - 01.12.2011
I promise you that wouldn't help.
Re: Filterscripts -
MP2 - 01.12.2011
There is a limit of 16 filterscripts. Ensure you aren't exceeding that.
Re: Filterscripts -
Rob_Maate - 01.12.2011
Nowhere near. I have 8 running atm