Help about /kick command
#5

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


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
Reply


Messages In This Thread
Help about /kick command - by bakarihl - 20.07.2012, 11:18
Re: Help about /kick command - by doreto - 20.07.2012, 11:28
Re: Help about /kick command - by bakarihl - 20.07.2012, 11:29
Re: Help about /kick command - by Andi_Evandy - 20.07.2012, 11:32
Re: Help about /kick command - by doreto - 20.07.2012, 11:33

Forum Jump:


Users browsing this thread: 1 Guest(s)