03.04.2014, 16:41
(
Последний раз редактировалось Clad; 18.07.2014 в 09:17.
)
Fixed
{
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;
}