02.05.2008, 16:57
Hi i searched but didnt found someting like this.When a [BLABLA]name enters the respective server he gets kicked and the same for all [BLABLA] clan members. is this posible? Thanks
//Rikker
//Rikker
if(strfind(pName, "[CUEBALL]", true) != -1)
return Ban(playerid);
Originally Posted by [AU
GtakriZ ]
Use the GetPlayerTag function. |
Originally Posted by Andre9977
You could do:
pawn Код:
pawn Код:
|
if(strfind(pName, "[HAXER]", true) == 0
{
Ban(playerid);
}
if(strfind(pName, "[IDIOT]", true) == 0
{
Ban(playerid);
}
Originally Posted by [KMA
Lord_Deji ]
a cheaper way could be if you use XtremeAdmin2, there is an auto kick function witch act a little like a funnier ban for anyone who has a part of his name in the list |