Flooding - 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: Flooding (
/showthread.php?tid=376806)
Flooding -
cotyzor - 11.09.2012
I use a GF edit ..
Let' me explain what I happened to me ...
In the last 5 five days one player enters on my server (remains) on the loginscreen type something (...) and instant all my messages turn intro SendClientMessageToAll (like at Stunt servers) ... And all my commands from the server doesn't work i receive the message: "Server: Unknown command" ...
I insert into on the
Код:
public OnPlayerCommandText(playerid, cmdtext[])
Код:
printf("%s: %s ", PlayerData[playerid][pName], cmd);
and I discover something: he didn't type any hidden command

...
It's something strange ... can you help me ?
Re: Flooding -
-Shifty- - 11.09.2012
Which CMD are you using? ZCMD or something else?? Cause i Can't see here what you're using...
Re: Flooding -
cotyzor - 11.09.2012
I use only strcmd
Re: Flooding -
-Shifty- - 11.09.2012
I don't know anything about strcmd, But try something like: if strcmd.
That'll help
Re: Flooding -
cotyzor - 12.09.2012
=)) ... Read again ... I said: "He didn't type any command" ...