HELP! Anti cleo cmds(/4find) - 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: HELP! Anti cleo cmds(/4find) (
/showthread.php?tid=502456)
HELP! Anti cleo cmds(/4find) -
7ester - 24.03.2014
How can this anti commands?
USE THE CLEO COMMANDS
cmd input -> cleo -> end.
so generally commands..
cmd input -> server-mod -> end.
cleo commands is not working server-mod..
help !
cleo video is '
https://www.youtube.com/watch?v=7m8HvQZa0NI'
Re: HELP! Anti cleo cmds(/4find) -
Flake. - 24.03.2014
What?
You want to stop them doing that command? Just kick the player when they type it..
Re: HELP! Anti cleo cmds(/4find) -
7ester - 24.03.2014
Quote:
Originally Posted by (*|Flake|*)
What?
You want to stop them doing that command? Just kick the player when they type it..
|
Yes, i want kick the player. and, stop this command!
Re: HELP! Anti cleo cmds(/4find) -
Flake. - 24.03.2014
pawn Код:
CMD:4find(playerid, params[])
{
Kick(playerid);
return 1;
}
I mean, that would work but it isn't the best way to do it..
Re: HELP! Anti cleo cmds(/4find) -
7ester - 24.03.2014
Quote:
Originally Posted by (*|Flake|*)
pawn Код:
CMD:4find(playerid, params[]) { Kick(playerid); return 1; }
I mean, that would work but it isn't the best way to do it..
|
this script is not working..
Maybe.. cleo command is [[ cmd input -(O)> CLEO -(X)> server mod .. ]]
look. this script.
pawn Код:
if(strcmp(cmd, "/4find", true) == 0)
{
Kick(playerid);
return 1;
}
not working this command..
HELP !!!!!!!!!!!!!!