DIALOGRESPONSE NOT SHOWING
#2

Create a new variable string inside the command itself.

pawn Код:
else if(strcmp(choice,"rr",true) == 0)
{

new iStr[80];
        format(iStr, sizeof(iStr), "Repair\nRefuel\nTow");
        ShowPlayerDialog(playerid, DIALOG_CHOOSINGFIX, DIALOG_STYLE_LIST, "{33CCFF}What type of assistance are you requiring?", iStr, "Select", "Cancel");
        SetPVarInt(playerid, "ChoosingFix", 3207);
        return 1;
    }
Reply


Messages In This Thread
DIALOGRESPONSE NOT SHOWING - by cedizon - 20.05.2014, 11:24
Re: DIALOGRESPONSE NOT SHOWING - by Diverse - 20.05.2014, 11:29
Re: DIALOGRESPONSE NOT SHOWING - by cedizon - 20.05.2014, 11:39
Re: DIALOGRESPONSE NOT SHOWING - by Diverse - 20.05.2014, 11:41
Re: DIALOGRESPONSE NOT SHOWING - by cedizon - 20.05.2014, 11:42
Re: DIALOGRESPONSE NOT SHOWING - by Diverse - 20.05.2014, 11:44
Re: DIALOGRESPONSE NOT SHOWING - by cedizon - 20.05.2014, 11:46

Forum Jump:


Users browsing this thread: 1 Guest(s)