Jump to content
  • 0

Erori!!!


MMC3

Question

Ciao am si eu niste erori la /cmds ajutatima si pe mn va rog!:D

[pawn]C:\Users\MMC3\Desktop\Jocuri MMC\Romani Ultimate Stunt\Romania Ultimate Stunt\gamemodes\RO.pwn(2419) : error 075: input line too long (after substitutions)

C:\Users\MMC3\Desktop\Jocuri MMC\Romani Ultimate Stunt\Romania Ultimate Stunt\gamemodes\RO.pwn(2420) : error 037: invalid string (possibly non-terminated string)

C:\Users\MMC3\Desktop\Jocuri MMC\Romani Ultimate Stunt\Romania Ultimate Stunt\gamemodes\RO.pwn(2420) : error 017: undefined symbol "Commands"

C:\Users\MMC3\Desktop\Jocuri MMC\Romani Ultimate Stunt\Romania Ultimate Stunt\gamemodes\RO.pwn(2420) : error 029: invalid expression, assumed zero

C:\Users\MMC3\Desktop\Jocuri MMC\Romani Ultimate Stunt\Romania Ultimate Stunt\gamemodes\RO.pwn(2420) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

5 Errors.

[/pawn]

Liniile:

2419:[pawn]\nPress 2 to fix the car, you click to add NITRO!And /tc[1-3] for tuning. \n\

2420:Type:/cmds,/help,/teles,/credits+text for different style EX:/cmdstext.","OK","back");[/pawn]

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

2420 - nu ai inchis o "

2419 - linia e prea mare

Fa ceva gen

if(strcmp(cmdtext, "/cmds", true) == 0)

{

    new BigString[1900];

    strcat(BigString, "Type:/cmds,/help,/teles,/credits+text for different style EX:/cmdstext.\n", 1900 );

    strcat(BigString, "Altele...\n", 1900 );

    ShowPlayerDialog(playerid, 1, DIALOG_STYLE_MSGBOX, "COMMANDS", BigString, "Ok","Back");

  return 1;

}

76561198055981270.png

http://devilgaming.ro/forum

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. For more details you can also review our Terms of Use and Privacy Policy.