07.10.2015, 21:25
Try this..
And, why you use that sooo big string and timer for kick?
And, why you use that sooo big string and timer for kick?
PHP код:
if(dialogid == 4)
{
if(!response) return SetTimerEx("DelayedKick", 100, false, "i", playerid);
if(response)
{
new rstring[1912];
format(rstring, sizeof(rstring), "%s\n\n\t\t\t\tBy clicking the \"I Agree\" button you agree with our rules and regulations.",ServerRules());
ShowPlayerDialog(playerid,5,DIALOG_STYLE_MSGBOX,"Server Rules Agreement (1/7)",rstring,"I Agree","I Disagree");
return 1;
}
}