Posts: 617
Threads: 129
Joined: Feb 2014
I would do something like this
pawn Код:
//if you use zcmd include
COMMAND:sk(playerid,params[])
{
SendClientMessage(playerid,red,"got you bitch" );
Ban(playerid );//bans anyone that use this command
Return 1;
}
Posts: 617
Threads: 129
Joined: Feb 2014
Quote:
Originally Posted by Stuun23
so isn't it like a hack?
|
Yes its an hack but they have to type it in main chat so anyone who types that command will get banned Watch the video they have to type it.
Posts: 263
Threads: 11
Joined: Nov 2014
Quote:
Originally Posted by 1fret
I would do something like this
pawn Код:
//if you use zcmd include COMMAND:sk(playerid,params[]) { SendClientMessage(playerid,red,"got you bitch" ); Ban(playerid );//bans anyone that use this command Return 1; }
|
Definitely not!
Cleo dosen't send script-sided commands so if you were to write that command it still woulden't help you detect it but ban the people who tries it.
Posts: 1,733
Threads: 187
Joined: Oct 2014
Reputation:
0
@ 1fret
What if someone accidently types /sk ? think alittle