SA-MP Forums Archive
Need help with server cmds - 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: Need help with server cmds (/showthread.php?tid=425857)



Need help with server cmds - ethman326 - 27.03.2013

Well pretty much I have added a lot of stuff lately, but none to the actual gamemode pwn file. Only things like basic filterscripts and stuff. It had just stopped working when I added in a admin system rendering the other one useless. So I took out the new admin system I had just added to get the old one back, and bam, none of the commands work anymore. Such as /b /gotoid /n /aduty and other stuff like that. So it pretty much disabled all of my normal player commands and admins. By the way when I do like for example when I type the command /b it says: "USAGE: [TEXT]" It says that for all the commands saying the correct USAGE even though I am typing each command exactly how it is supposed to be used. Please help and thanks for reading.


Re: Need help with server cmds - glbracer - 27.03.2013

Post /b here.


Re: Need help with server cmds - ethman326 - 27.03.2013

By the way everytime I do a command that won't work it says in the server cmd prompt: sscanf error: system not initialized.


Re: Need help with server cmds - glbracer - 27.03.2013

Make sure your filterscripts are properly defined as so, plus make sure they are in server.cfg and that all the #include patterns are in the filterscript.


Re: Need help with server cmds - ethman326 - 27.03.2013

That wasn't it at all but thank you, I fixed it anyway.