31.05.2015, 09:47
Hello everybody, today I was making my new gang zone system, but I made also team system which counts from 0 to 3. It has 4 teams, but one const variable starts from 1, and when team 0 spawns on zone, zone is white, becouse of that variable which has colors. Now, how can I change variable to starts from -1?
Here is variable:
If anyone don`t understand please post, I will try to explain better.
Here is variable:
pawn Код:
new const ZoneColors[] = {
0xFFFFFF88,
0xFF460088,
0x0091FF88,
0xFFE77A88,
0x4ADE1888
};