SA-MP Forums Archive
y_commands troubles - 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: y_commands troubles (/showthread.php?tid=359948)



y_commands troubles - bigcomfycouch - 15.07.2012

I've been having some issues with y_commands lately. If I set up the master system with the gamemode set to YSI_IS_CLIENT and all filterscripts to YSI_IS_SERVER, none of my commands work. Removing the master system and / or removing the YSI_IS_* declarations doesn't change that.

I currently have a workaround in which I have one filterscript set to handle OnPlayerCommandReceived/Performed. However, reloading any filterscript with commands causes every command in every script to stop working, causing me to have to restart my server.