24.12.2014, 01:16
Here it is:
Oh and i figured out, that nothing happens after the first dialog, only when i put this other filterscript in, when i take it out everything works fine.
pawn Код:
public ShowPlayerZoneDialog(playerid)
{
new str[350];
strcat(str,"{FFFFFF}» {FF6600}Arena 1\n");
strcat(str,"{FFFFFF}» {FF6600}Arena 2\n");
strcat(str,"{FFFFFF}» {FF6600}Arena 3\n");
ShowPlayerDialog(playerid, ZoneDialog, DIALOG_STYLE_LIST, "{FF0000}PASIRINKITE KOVOJIMO ZONА", str, "Pasirinkti", "Atрaukti");
return 1;
}