Input line too long
#4

pawn Код:
case 8 :

new string[264];
new string1[264];
new string2[264];
new string3[864];
format(string, sizeof(string), "{B8860B}Admiral\n{B8860B}Bloodring Banger\n{B8860B}Bravura\n{B8860B}Buccaneer\n{B8860B}Cadrona\n{B8860B}Clover\n{B8860B}Elegant\n{B8860B}Elegy\n{B8860B}Emperor\n{B8860B}Esperanto\n{B8860B}Fortune\n{B8860B}Broken Glendale\n");
format(string1, sizeof(string1), "{B8860B}Glendale\n{B8860B}Greenwood\n{B8860B}Hermes\n{B8860B}Intruder\n{B8860B}Majestic\n{B8860B}Manana\n{B8860B}Merit\n{B8860B}Nebula\n{B8860B}Oceanic\n{B8860B}Picador\n{B8860B}Premier\n{B8860B}Previon\n");
format(string2, sizeof(string2), "{B8860B}Primo\n{B8860B}Sentinel\n{B8860B}Stafford\n{B8860B}Sultan\n{B8860B}Sunrise\n{B8860B}Tampa\n{B8860B}Vincent\n{B8860B}Virgo\n{B8860B}Willard\n{B8860B}Washington\nBack");
format(string3, sizeof(string3), "%s%s%s",string,string1,string2);
ShowPlayerDialog( playerid, 3443, DIALOG_STYLE_LIST, "{AA3333}Saloons", string3, "Select", "Cancel" );
If you get the same error try to add another string
Reply


Messages In This Thread
Input line too long - by NicholasA - 11.01.2013, 18:10
Re: Input line too long - by NeroX98 - 11.01.2013, 18:20
Re: Input line too long - by NicholasA - 11.01.2013, 18:29
Re: Input line too long - by NeroX98 - 11.01.2013, 18:40

Forum Jump:


Users browsing this thread: 1 Guest(s)