Dialog is not showing up.
#3

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"100false"i"playerid);
    if(
response)
    {
        new 
rstring[1912];
        
format(rstringsizeof(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.
Reply


Messages In This Thread
Dialog is not showing up. - by faff - 07.10.2015, 20:36
Re: Dialog is not showing up. - by xClown - 07.10.2015, 21:25
Re: Dialog is not showing up. - by faff - 08.10.2015, 14:23
Re: Dialog is not showing up. - by faff - 08.10.2015, 15:05
Re: Dialog is not showing up. - by faff - 08.10.2015, 16:22
Re: Dialog is not showing up. - by IceBilizard - 08.10.2015, 16:50
Re: Dialog is not showing up. - by iggy1 - 08.10.2015, 17:53
Re: Dialog is not showing up. - by faff - 08.10.2015, 20:32
Re: Dialog is not showing up. - by Ahmad45123 - 08.10.2015, 20:39
Re: Dialog is not showing up. - by faff - 08.10.2015, 20:51

Forum Jump:


Users browsing this thread: 1 Guest(s)