SA-MP Forums Archive
HELP [ + REP ] - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+--- Thread: HELP [ + REP ] (/showthread.php?tid=504321)



HELP [ + REP ] - Clad - 03.04.2014

Fixed


Re: HELP [ + REP ] - ]Rafaellos[ - 03.04.2014

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.


Re : HELP [ + REP ] - Clad - 03.04.2014

Any tutorial or something may help me ?


Re: HELP [ + REP ] - ]Rafaellos[ - 03.04.2014

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?


Re: HELP [ + REP ] - [TMS]Legena - 03.04.2014

You can find everything just with searching