Quote:
Originally Posted by xClown
Try this..
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;
}
}
|
Well that timer is useless indeed, as I'm not showing a message or something like that.
That big string is because I'm also adding a server rules stock to that dialog.
Wich is about 1900 characters.