SA-MP Forums Archive
ingame commands aren't working - 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: ingame commands aren't working (/showthread.php?tid=576456)



ingame commands aren't working - VanillaRain - 04.06.2015

Here i got my Admin Commands Little and Simple filterscript:



Pastebin link

i don't get any error or warnings, it will compile fine and got loaded fine in consolle. When I'm in game and i type /kick or /ban i got this:

SERVER: Unknown Command.

How can I solve it? thanx


Re: ingame commands aren't working - SNAKE12 - 04.06.2015

witch plugins you use??


Re: ingame commands aren't working - Luis- - 04.06.2015

Do you use OnPlayerCommandText at all?


Re: ingame commands aren't working - VanillaRain - 04.06.2015

Quote:
Originally Posted by SNAKE12
Посмотреть сообщение
witch plugins you use??
No one.

Quote:
Originally Posted by Luis-
Посмотреть сообщение
Do you use OnPlayerCommandText at all?
No. I thought it wasn't needed..


Re: ingame commands aren't working - VanillaRain - 04.06.2015

STILL NEED HELP

How to implement that commands with onplayercommandtext?


Re: ingame commands aren't working - SNAKE12 - 04.06.2015

then try to set in server.cfg a=>
plugins sscanf


Re: ingame commands aren't working - VanillaRain - 04.06.2015

Quote:
Originally Posted by SNAKE12
Посмотреть сообщение
then try to set in server.cfg a=>
plugins sscanf
that solved the problem! thx