Gang crew error
#4

Quote:
Originally Posted by Bulgaria
Посмотреть сообщение
can you fix this two [CODE]C:\Users\Борисов\Desktop\The Walking Dead\gamemodes\TWD1.0.pwn(274) : error 017: undefined symbol "TEAM_ARMY"
C:\Users\Борисов\Desktop\The Walking Dead\gamemodes\TWD1.0.pwn(28 : error 017: undefined symbol "TEAM_ARMY"
C:\Users\Борисов\Desktop\The Walking Dead\gamemodes\TWD1.0.pwn(299) : error 017: undefined symbol "COLOR_GREY"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase


3 Errors.
[CODE]
You have not defined TEAM_ARMY or COLOR_GREY.

For a quick solution, put this on the top of your script:
pawn Код:
#define COLOR_GREY 0xABABABFF
#define TEAM_ARMY 1337
However I do really suggest you check how many teams there are at the moment, then define TEAM_ARMY to the next available. Also, in the functions you've wrote here, it seems you're using COLOR_GOLD instead of _GREY.
Reply


Messages In This Thread
Gang crew error - by Bulgaria - 30.03.2016, 22:40
Re: Gang crew error - by Bulgaria - 30.03.2016, 22:46
Re: Gang crew error - by Bulgaria - 30.03.2016, 22:48
Re: Gang crew error - by introzen - 30.03.2016, 22:57
Re: Gang crew error - by Bulgaria - 30.03.2016, 23:01

Forum Jump:


Users browsing this thread: 2 Guest(s)