Jump to content
  • 0

Eroare la compilare


crystall

Question

Salut

Am o problema

Eu am modificat un gamemod si am adaugat urmatorul script:

[pawn]5717 ////////////////////////////////////////////////////////////////////////////////

5718 CMD:veh(playerid, params[])

5719 {

5720    ShowPlayerDialog(playerid, 66, DIALOG_STYLE_MSGBOX, "{0080FF}Lista vehiculilor","{FF0000}1.{0080FF}Motociclete\n{FF0000}/nrg  - {76bd60}NRG 500\n{FF0000}/bf400 - {76bd60}BF 400\n{FF0000}/pcj - {76bd60}PCJ 600\n{ff0000}/sanchez - {76bd60}Sanchez\n{FF0000}2.{0080FF}Masini\n{FF0000}/Infernus - {76bd60}Infernus\n{FF0000}/Turismo - {76bd60}Turismo\n{FFA200}/Buffalo - {76bd60}Buffalo\n{FF0000}/Sultan - {76bd60}Sultan\n{FF0000}/Banshee - {76bd60}Banshee\n{FF0000}/Jester - {76bd60}Jester\n{FF0000}/Uranus - {76bd60}Uranus\n{FF0000}/Club - {76bd60}Club \n{FF0000}3.{0080FF}Barci\n{FF0000}/Speeder - {76bd60}Speeder\n{FF0000}/Reefer - {76bd60}Reefer\n{FF0000}/Tropic - {76bd60}Tropic\n{FF0000}/Coastguard - {76bd60}Coast Guard\n{FF0000}/Dinghy - {76bd60}Dinghy\n{FF0000}4.{0080FF}Avioane\n{FF0000}/Hydra - {76bd60}Hydra\n{FF0000}/Hunter - {76bd60}Hunter\n{FF0000}/Andromada - {76bd60}Andromada\n{FF0000}/Stunt - {76bd60}Stunt\n","-->oK<--","");

5721    return 1;

5722 }

5723 ////////////////////////////////////////////////////////////////////////////////[/pawn]

(cifrele de la 5717 - 5723 nu sunt in script. Eu am specificat randul. )

Cand dau sa compilez imi da urmatoarele errori:

C:\Users\Marin_Family\Desktop\Server\pawno\GM.pwn(5719) : error 075: input line too long (after substitutions)
C:\Users\Marin_Family\Desktop\Server\pawno\GM.pwn(5720) : error 037: invalid string (possibly non-terminated string)
C:\Users\Marin_Family\Desktop\Server\pawno\GM.pwn(5720) : error 017: undefined symbol "FF0000"
C:\Users\Marin_Family\Desktop\Server\pawno\GM.pwn(5720) : warning 217: loose indentation
C:\Users\Marin_Family\Desktop\Server\pawno\GM.pwn(5720) : warning 215: expression has no effect
C:\Users\Marin_Family\Desktop\Server\pawno\GM.pwn(5720) : error 001: expected token: ";", but found "."
C:\Users\Marin_Family\Desktop\Server\pawno\GM.pwn(5720) : fatal error 107: too many error messages on one line

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright (c) 1997-2006, ITB CompuPhase


5 Errors.

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.