Errors ... !
#1

Hey guys,i got a problem with a couple errors, and im not sure how to fix this, since i dont see any problems. I also never had this error, so dont really have a clue what it means.I have this command :
pawn Код:
if(strcmp(cmdtext, "/cmds", true) == 0)
    {
    if(Roman[playerid] == 0)
    {
    ShowPlayerDialog(playerid,c,DIALOG_STYLE_MSGBOX,"Commands","Commands\n Commands the menus:/CARS/INT/weapon/V/teleM/B\n\
\nShortcuts:/givecash/sex/lock/skin/nrg/unlock/gps [id/off] /day /night\n \
\n/afk/brb/happy/creatori/dance/piss/teles/repair/buyBOMB/web/time/myskin/casino/casinorules\n \
\n/back/animlist/para/sad/tune/fumez/ad/sweaps/plantbomb/case/up/meventhelp/s.\n\
\nPress 2 to fix the car, you click to add NITRO!\n\
Type :/cmds,/help,/teles,/credits + text for different style EX:/cmdstext."
,"OK","back");
    }
    if(Roman[playerid] == 1)
    {
ShowPlayerDialog(playerid,c,DIALOG_STYLE_MSGBOX,"Commenzi","Commenzi\nComenzi prin meniuri:/CARS/INT/ARME/V/teleM/B\n\
\nScurtaturi:/givecash/sex/lock/skin/nrg/unlock/gps [id/off]/zi /noapte\n\
\n/afk/brb/happy/creatori/dance/piss/teles/repair/buyBOMB/web/time/myskin/casino/casinorules\n\
\n/back/animlist/para/sad/tune/fumez/ad/sweaps/plantbomb/case/up/meventhelp/s.\n\
\nApasa 2 pentru a repara masina si click pentru a pune nitro!\n\
Type:/cmds,/help,/teles,/credits+text pentru alte stiluri EX:/cmdstext."
,"OK","Iesire");
    }
    return 1;
    }
And i got these errors :
pawn Код:
C:\Users\Win7\Desktop\Stunt King Romania 0.3d\Server\gamemodes\SKR.pwn(2193) : error 075: input line too long (after substitutions)
C:\Users\Win7\Desktop\Stunt King Romania 0.3d\Server\gamemodes\SKR.pwn(2194) : error 037: invalid string (possibly non-terminated string)
C:\Users\Win7\Desktop\Stunt King Romania 0.3d\Server\gamemodes\SKR.pwn(2194) : error 017: undefined symbol "b"
C:\Users\Win7\Desktop\Stunt King Romania 0.3d\Server\gamemodes\SKR.pwn(2195) : error 017: undefined symbol "ack"
C:\Users\Win7\Desktop\Stunt King Romania 0.3d\Server\gamemodes\SKR.pwn(2195) : warning 215: expression has no effect
C:\Users\Win7\Desktop\Stunt King Romania 0.3d\Server\gamemodes\SKR.pwn(2195) : error 001: expected token: ";", but found ")"
C:\Users\Win7\Desktop\Stunt King Romania 0.3d\Server\gamemodes\SKR.pwn(2195) : error 029: invalid expression, assumed zero
C:\Users\Win7\Desktop\Stunt King Romania 0.3d\Server\gamemodes\SKR.pwn(2195) : fatal error 107: too many error messages on one line
Can someone help me ? Thanks !
Reply
#2

It helps to know which lines 2193, 2194, and 2195 are...
Reply
#3

Would you please use search? There are tons of topics about "input line too long" that explain how to use strcat to circumvent this problem.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)