Teach me how to make ban with reason
#7

Quote:
Originally Posted by DTV
Посмотреть сообщение
You can make a function that sets a timer to call a function that kicks the player without it disconnecting you first.

pawn Код:
KickPlayerFunc(playerid)
{
    Kick(playerid);
    return 1;
}

KickPlayer(playerid)
{
    SetTimerEx("KickPlayerFunc",500,false,"i",playerid);
    return 1;
}
where should i put this thing at onplayerconnect?

SOLVED

back to my q uestion,how can i make

onplayerconnect

your account has been banned by Administrator : Reason?
Reply


Messages In This Thread
Teach me how to make ban with reason - by KyNe - 26.12.2017, 06:00
Re: Teach me how to make ban with reason - by Ritzy2K - 26.12.2017, 06:28
Re: Teach me how to make ban with reason - by KyNe - 26.12.2017, 06:38
Re: Teach me how to make ban with reason - by Sew_Sumi - 26.12.2017, 07:14
Re: Teach me how to make ban with reason - by KyNe - 26.12.2017, 07:15
Re: Teach me how to make ban with reason - by DTV - 26.12.2017, 07:20
Re: Teach me how to make ban with reason - by KyNe - 26.12.2017, 07:25
Re: Teach me how to make ban with reason - by KyNe - 26.12.2017, 08:02
Re: Teach me how to make ban with reason - by Ritzy2K - 26.12.2017, 08:12
Re: Teach me how to make ban with reason - by KyNe - 26.12.2017, 08:23

Forum Jump:


Users browsing this thread: 2 Guest(s)