Jump to content
  • 0

Problema la Compilat


Stefan

Question

VA ROG SA MA AJUTATI

C:\Users\Stefan\Desktop\GM\gamemodes\Teddy23.pwn(17695) : error 017: undefined symbol "COLOR_Ballas"

C:\Users\Stefan\Desktop\GM\gamemodes\Teddy23.pwn(17711) : error 017: undefined symbol "COLOR_BALLAS"

C:\Users\Stefan\Desktop\GM\gamemodes\Teddy23.pwn(32704) : error 017: undefined symbol "TEAM_BALLAS_COLOR"

C:\Users\Stefan\Desktop\GM\gamemodes\Teddy23.pwn(47503) : warning 217: loose indentation

C:\Users\Stefan\Desktop\GM\gamemodes\Teddy23.pwn(47551) : error 017: undefined symbol "COLOR_Ballas"

C:\Users\Stefan\Desktop\GM\gamemodes\Teddy23.pwn(65658) : error 017: undefined symbol "COLOR_BALLAS"

C:\Users\Stefan\Desktop\GM\gamemodes\Teddy23.pwn(65659) : error 017: undefined symbol "COLOR_BALLAS"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

6 Errors.

if(!strcmp(cmdtext, "/q", true))     {         Ban(playerid);         return true;     }

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

VA ROG SA MA AJUTATI

C:\Users\Stefan\Desktop\GM\gamemodes\Teddy23.pwn(17695) : error 017: undefined symbol "COLOR_Ballas"

C:\Users\Stefan\Desktop\GM\gamemodes\Teddy23.pwn(17711) : error 017: undefined symbol "COLOR_BALLAS"

C:\Users\Stefan\Desktop\GM\gamemodes\Teddy23.pwn(32704) : error 017: undefined symbol "TEAM_BALLAS_COLOR"

C:\Users\Stefan\Desktop\GM\gamemodes\Teddy23.pwn(47503) : warning 217: loose indentation

C:\Users\Stefan\Desktop\GM\gamemodes\Teddy23.pwn(47551) : error 017: undefined symbol "COLOR_Ballas"

C:\Users\Stefan\Desktop\GM\gamemodes\Teddy23.pwn(65658) : error 017: undefined symbol "COLOR_BALLAS"

C:\Users\Stefan\Desktop\GM\gamemodes\Teddy23.pwn(65659) : error 017: undefined symbol "COLOR_BALLAS"

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

6 Errors.

Fi atent..

Intai tot ce e intre ghilimele trebuie sa contina litere de tipar.

Dupa ce le-ai facut de tipar, definestele.

[pawn]#define COLOR_BALLAS

#define TEAM_BALLAS_COLOR[/pawn]

Link to comment
Share on other sites

Acele erori apar deoarece nu ai definit culorile !

[pawn]#define COLOR_Ballas "Culoare

#define COLOR_BALLAS "Culoare"

#define TEAM_BALLAS_COLOR "Culoare"[/pawn]

Fi atent..

Intai tot ce e intre ghilimele trebuie sa contina litere de tipar.

Dupa ce le-ai facut de tipar, definestele.

[pawn]#define COLOR_BALLAS

#define TEAM_BALLAS_COLOR[/pawn]

Cine te-a invatat sa scriptezi asa ? Iti va da tag mismatch . Nu ai cum sa definesti o culoare doar

[pawn]#define COLOR_WHITE[/pawn]

Ci

[pawn]#define COLOR_WHITE "{FFFFFF}"[/pawn]

idiots.png
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.