Dialog Giving me errors
#1

pawn Код:
if(dialogid == DIALOGTUTORIAL)
    {
        if(response)
        {
            SendClientMessage(playerid, COLOR_WHITE, " TEXT HERE");
            PlayerInfo[playerid][pNewPlayer] = 2;
        }
        else
        {
            SendClientMessage(playerid, COLOR_RED, " TEXT HERE.");
            Kick(playerid);
        }
    )
When I add this, to OnDialogResponse it gives me tons of errors, but if I delete it, it complies fine. I don't get why.
I've tried removing the info in else and below, and still wont work. It's very irritating.
where it says, TEXT HERE I have different text.
I have the correct #defines as-well.
Im Using MSGBOX Dialog.
Reply


Messages In This Thread
Dialog Giving me errors - by Lynn - 20.12.2010, 02:27
Re: Dialog Giving me errors - by [L3th4l] - 20.12.2010, 02:30
Re: Dialog Giving me errors - by Lynn - 20.12.2010, 02:43
Re: Dialog Giving me errors - by Sledge - 20.12.2010, 03:14
Re: Dialog Giving me errors - by Retardedwolf - 20.12.2010, 03:19
Re: Dialog Giving me errors - by Lynn - 20.12.2010, 03:33
Re: Dialog Giving me errors - by Sledge - 20.12.2010, 06:27
Re: Dialog Giving me errors - by Retardedwolf - 20.12.2010, 06:28
Re: Dialog Giving me errors - by Sledge - 20.12.2010, 20:33

Forum Jump:


Users browsing this thread: