18.03.2015, 08:57
Change DIALOG_DRIFTMAP to DIALOG_DRIFT here:
Because this is what you verify here:
Or you can change both to DIALOG_DRIFTMAP.
pawn Код:
if(listitem == 7) ShowPlayerDialog(playerid, DIALOG_DRIFTMAP, DIALOG_STYLE_LIST, "DRIFT", "Drift1 (/drift1) \nDrift2 (/drift2) \nDrift3 (/drift3) \nDrift4 (/drift4) \nDrift5 (/drift5)", "Teleport", "Cancel");
pawn Код:
if(dialogid == DIALOG_DRIFT)