SA-MP Forums Archive
Possible bug with adding custom RCON commands. - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Possible bug with adding custom RCON commands. (/showthread.php?tid=96435)



Possible bug with adding custom RCON commands. - kaallaaroy - 08.09.2009

After two hours of frustrating confusion I think I have stumbled upon a bug with the way pawno is set up. I was trying to add my own rcon command into a gamemode. It seems however that you can only add RCON commands to filterscripts and then add those filterscripts to your gamemode. I have come to this conclusion after litterally copy-pasting the exact same code from my gamemode script into a filterscript and having it work perfectly fine. Anyone else had similar problems? Any possible explanations?


Re: Possible bug with adding custom RCON commands. - kaallaaroy - 09.09.2009

bump


Re: Possible bug with adding custom RCON commands. - [LL]InstabiC - 09.09.2009

Maybe it's your mode, idk, but it's a possibilty.


Re: Possible bug with adding custom RCON commands. - Joe Staff - 09.09.2009

It's a known issue. Just gonna have to suffice with using filterscripts.