HELP [ + REP ]
#1

Fixed
Reply
#2

It's beacause Kick close istand the connection for security reasons as far as I know. You must use a Timer or something to delay it.
Reply
#3

Any tutorial or something may help me ?
Reply
#4

pawn Код:
{
    SendClientMessage(playerid, COLOR_WHITE,"{F81414}( ! ) You have been kicked from the server for : Refusing Server Terms and Conditions.");
    SendClientMessage(playerid, COLOR_WHITE,"[ HINT ] You must agree with the server Terms and Conditions to play in the server.");
    SetTimerEx("KickEx", 1000, false, "d", playerid);
    return 1;
}

forward KickEx(playerid);
public KickEx(playerid)
{
    Kick(playerid);
    return 1;
}
So hard to search?
Reply
#5

You can find everything just with searching
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)