kicking player
#7

Quote:
Originally Posted by Private200
View Post
What do you mean; What to do OnPlayerConnect; If you mean that player is banned and want to kick him than you must create a saving system.
He's just asking for a timer to make see the "kick message" at the player:

At the top:

pawn Code:
forward KickPlayer(playerid);
public KickPlayer(playerid)
{
    Kick(playerid);
    return 1;
}
Put where you placed the kick message:

pawn Code:
SetTimerEx("KickPlayer",200,false,"d",playerid);
Place it AFTER the kick message.
Reply


Messages In This Thread
kicking player - by CH | FuDo - 04.08.2013, 20:25
Re: kicking player - by doreto - 04.08.2013, 20:31
Re: kicking player - by Private200 - 04.08.2013, 20:32
Re: kicking player - by CH | FuDo - 04.08.2013, 20:39
Re: kicking player - by Private200 - 04.08.2013, 20:43
Re: kicking player - by CH | FuDo - 04.08.2013, 21:08
Re: kicking player - by Face9000 - 04.08.2013, 21:41

Forum Jump:


Users browsing this thread: 2 Guest(s)