error 075: input line too long (after substitutions)
#1

zma4.pwn( 1818 ) : error 075: input line too long (after substitutions)


http://imgur.com/BH4Dtu0
PHP код:
                    {
                        case 
0:
                        {
                        
ShowPlayerDialog(playeridDIALOG_CLASS_STARTER_HUMANDIALOG_STYLE_LIST"CLASSES STARTER""{00FF1E}Medic "COL_RED"2500 XP\n\
                        {00FF1E}Farmer {F81414} 5000 XP\n\
                        {00FF1E}Terrorist {F81414} 35000 XP\n\
                        {00FF1E}Sniper {F81414} 40000 XP\n\
                        {00FF1E}Swat {F81414}  50000 XP\n\
                        {00FF1E}Soldier {F81414}  75000 XP\n\
                        {00FF1E}Scout {F81414} 100000 XP\n\
                        {00FF1E}Federal Agent {F81414}  150000 XP\n\
                        {00FF1E}FBI {F81414} 160000 XP\n\
                        {00FF1E}Next Update No Price{00FF1E} XP"
"Select""Close");
                        }
                        case 
1
Reply
#2

Try this.

Код:
new string[256];
strcat(string, "{00FF1E}Medic "COL_RED"2500 XP");
... Do the same
ShowPlayerDialog(playerid, DIALOG_CLASS_STARTER_HUMAN, DIALOG_STYLE_LIST, "Class Starter", string, "Select", "Close");
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)