20.07.2012, 11:33
Not to replay to post before you kick player becose if you kick him there no way to get the name while player is kicked so you put it before you kick him
If you post the command in pawn tags i could make it everything into 1 command to work but like that i cant understand anything
pawn Код:
new message[128];// you can post this on top on command were you define others
format(message,sizeof(message),"Admin %s has kicked %s from this server with reason:%s",Name,PlayerToKick,Reason);
SendClientMessageToAll(-1,message);
// Kick the player
Kick(PlayerToKick);
}
If you post the command in pawn tags i could make it everything into 1 command to work but like that i cant understand anything