Quote:
Originally Posted by EiresJason
The string I marked with "HERE" is too long; you need to shorten it.
pawn Код:
if(listitem == 7) // Random Usefull Interiors { ShowPlayerDialog(playerid, BUSINESSES_INT+8, DIALOG_STYLE_LIST, "Random Usefull interiors", "HERE", "Seleziona", "Annulla"); }
And post line 12064 - 12069; and put '//LINE 12067' at the end of line 12067.
|
I said i've already resolved this!..
Quote:
Originally Posted by Konstantinos
Assuming is this:
pawn Код:
if (!response) ShowPlayerDialog(playerid, 16501, DIALOG_STYLE_INPUT, "Passo 1: Destinatario", "Inserisci il nome del destinaraio.\n\nNOTA: I nomi sono molto sensitivi, scrivili correttamente.", "Avanti", "Annulla"); return 1; else {
Remove the return 1;
|
Thanks!