HELP! Anti cleo cmds(/4find)
#1

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'
Reply
#2

What?

You want to stop them doing that command? Just kick the player when they type it..
Reply
#3

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!
Reply
#4

pawn Код:
CMD:4find(playerid, params[])
{
    Kick(playerid);
    return 1;
}
I mean, that would work but it isn't the best way to do it..
Reply
#5

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 !!!!!!!!!!!!!!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)