Gangzone Faulty Coloring
#1

Normally I find anything I need answers to through search, but this time no topics seem to exist for this problem or at least I was un-able to locate any, so here it is:

I've created 2 gangzones at first which work just fine (Grove/Ballas), but then I add in 2 more gangzones (Vagos/Aztecs) which act like some type of color glitch on the mini-map. If I face a certain way on the server, it perfectly shapes the zone with the color etc. Otherwise (Even when a good distance from the faulty gangzone) the zone color just lights up the entire mini-map & also shades a little funny... I'm sure someone else must have had this same problem & knows what I'm talking about. I know it's not the color cuz I tested that, so I'm thinking maybe the zone is too big or I'm just missing something silly... Here is the simple code used in case that would help any...

pawn Код:
TheGroveHood=GangZoneCreate(2216.173828,-1737.430908,2556.263427,-1600.060424);
    GangZoneShowForAll(TheGroveHood,TransparentGreen);
    TheBallasHood=GangZoneCreate(1856.723754,-1261.024536,2061.893310,-1051.117797);
    GangZoneShowForAll(TheBallasHood,TransparentPurple);
    TheVagosHood=GangZoneCreate(1653.355224,-1964.273681,1956.734130,-2166.600585);
    GangZoneShowForAll(TheVagosHood,TransparentYellow);
    TheAztecsHood=GangZoneCreate(2330.445800,-938.195007,2637.834716,-1155.004882);
    GangZoneShowForAll(TheAztecsHood,TransparentAqua);
This occured on two diffirent computers & also when going to other servers with gangzones the glitch doesn't occur, so it can't be the computer itself. Any help would be great...



I found the problem after looking over the diffirence I did with Grove/Ballas (Working) then with the other Vagos/Aztecs (Faulty). If you look closely with those negative cords used, you'll see Grove/Ballas was done right, but Vagos/Aztecs has thier negative cords in the wrong places (Switched them to fix)...

I knew it would've been something stupid that I've overlooked, ha. Anyways, for anyone else that might have this same problem, now you'll know what is wrong & able to fix it. Also, there are ALOT of other problems that will arise if you don't put in those negative cords correctly :P

(Just in case someone searches & finds this topic & needs similar help)
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)