20.05.2014, 11:29
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;
}