25.08.2012, 12:38
Change this:
To this:
Code:
Kick(targetid); //Kicks him SendClientMessage(playerid,-1,"SERVER: You have been banned from the server.");//Sends the kicked a message
Code:
SendClientMessage(targetid,-1,"SERVER: You have been banned from the server.");//Sends the kicked a message Kick(targetid); //Kicks him