Dialog Problem
#5

Quote:
Originally Posted by coakiddo
View Post
Code:
if(dialogid == DIALOG_RULES)
    {
        if(!response)
        {
            SendClientMessage(playerid, COLOR_RED, "You need to agree to rules to play on the server!");
            Kick(playerid);
        }
        else if(response)
        {
            SendClientMessage(playerid, COLOR_GREEN, "Thank you for agreeing to the server rules!"); // Problem
        }
        return 1;
    }
Try this, I'm not sure if it works.
Still not working, No already works fine, but when i click yes nothing happens it only gets me to the skin selection and it should send a client message

EDIT: I also tried to put it under OnPlayerSpawn (i have it under OnPlayerConnect) but OnPlayerSpawn Does the same thing, it doesnt get me to the class selection, it only does nothing.
Reply


Messages In This Thread
Dialog Problem - by SilverKiller - 23.01.2013, 15:14
AW: Dialog Problem - by Blackazur - 23.01.2013, 15:33
Re: AW: Dialog Problem - by SilverKiller - 23.01.2013, 15:37
Re: Dialog Problem - by coakiddo - 23.01.2013, 15:38
Re: Dialog Problem - by SilverKiller - 23.01.2013, 15:41
Re: Dialog Problem - by SilverKiller - 23.01.2013, 15:51
Re: Dialog Problem - by SilverKiller - 23.01.2013, 16:03
Re: Dialog Problem - by coakiddo - 23.01.2013, 16:06
Re: Dialog Problem - by SilverKiller - 23.01.2013, 16:15

Forum Jump:


Users browsing this thread: 1 Guest(s)