SA-MP Forums Archive
RCON admin - 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: RCON admin (/showthread.php?tid=481739)



RCON admin - kalanerik99 - 17.12.2013

Hi

Can someone tell me this?

When I am logged as RCON admin it show this three times

Player "pName" has got used command "cmd"
Player "pName" has got used command "cmd"
Player "pName" has got used command "cmd" - something like that

How to make that it will show me this just one time.
I have checked all my filescripts and gamemode but there is no code for this.


Re: RCON admin - TahaAsif12 - 17.12.2013

Show us a command


Re: RCON admin - kalanerik99 - 17.12.2013

I don't have got any command it just show me when player type any command


Re: RCON admin - ic3cr3am - 17.12.2013

you need to check all scripts and go to OnPlayerCommandText


Re: RCON admin - kalanerik99 - 17.12.2013

I use zcmd and i did it allready but nothing


Re: RCON admin - ic3cr3am - 17.12.2013

Search all the filterscrips and your gamemode

press ctrl and g and search for Player "pName" has got used command "cmd" (the same as it is in-game) and if you find delete it.


Re: RCON admin - kalanerik99 - 17.12.2013

I give "cmd" and "pName" as a the like "LOL" has used "/kill" I don't have anything like that in my gamemode !!!!


Re: RCON admin - ic3cr3am - 17.12.2013

then it wont send those message, it might be in the admin system (if is not admin system unload all filterscripts)


Re: RCON admin - kalanerik99 - 17.12.2013

LOOK LIKE THIS




Re: RCON admin - kalanerik99 - 17.12.2013

Please