SA-MP Forums Archive
Filterscript function not executing - 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 function not executing (/showthread.php?tid=388387)



Filterscript function not executing - Brandlax - 28.10.2012

I have 5-6 filterscripts added in my server. I put it in thsi order: "fs_loginregister fs_minigames..." and on each of their "OnPlayerDeath" function at the start I added "print("the name of file")" and I also added this in the gamemode script.

When I run the game and die, it only prints (therefore showing that it only works in) the gamemode death message and the fsloginregister death message. I tried and tried but couldn't fix it. All of their return value is 0.

Where am I going wrong?