Jump to content
  • 0

Problema String


Gabriel19

Question

X:\SAMP\SAMP03~1.1\GAMEMO~1\sv-samp2.pwn(54558) : error 001: expected token: "-string end-", but found "-identifier-"
X:\SAMP\SAMP03~1.1\GAMEMO~1\sv-samp2.pwn(54558) : warning 215: expression has no effect
X:\SAMP\SAMP03~1.1\GAMEMO~1\sv-samp2.pwn(54558) : error 001: expected token: ";", but found "-identifier-"
X:\SAMP\SAMP03~1.1\GAMEMO~1\sv-samp2.pwn(54558) : fatal error 107: too many error messages on one line
Linia
    case 0:
	            {
                    new str[2970];
                  --> Linia 54558  format(str,2970,""color_red"Stunt/Race/Drift/Other v0.1"wh":\n");
 		            format(str,2970,"%s"wh" \n",str);
 		            format(str,2970,"%s"wh"-"color_yellow"Caracteristica"wh": Aceasta este prima versiune a serverului deci nu e nimic de zis.\n",str);
 		            ShowPlayerDialog( playerid, DIALOG_VERSION+1, DIALOG_STYLE_MSGBOX, ""color_yellow"• Version •", str, "Iesi", "" );
	            }

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

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.