Move Object question
#6

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.
Reply


Messages In This Thread
Move Object question - by Bulgaria - 30.03.2016, 22:05
Re: Move Object question - by introzen - 30.03.2016, 22:11
Re: Move Object question - by Bulgaria - 30.03.2016, 22:18
Re: Move Object question - by Bulgaria - 30.03.2016, 22:20
Re: Move Object question - by Bulgaria - 30.03.2016, 22:37
Re: Move Object question - by introzen - 30.03.2016, 22:55

Forum Jump:


Users browsing this thread: 1 Guest(s)