Problem with the color of a gang zone
#1

I have two gang zones, but there is a problem with one. The problem is the color of that gang zone. I set its color to green in the script, but it always appears grey. Here is my code:

OnGameModeInit:
pawn Код:
seville = GangZoneCreate(2614.1431,-2120.9365,2874.8496,-1881.0516);
    costigan = GangZoneCreate(617.4039,-1601.9988,807.0232,-1385.0349);
OnPlayerSpawn:
pawn Код:
GangZoneShowForAll(costigan,0x000000AA);
    GangZoneShowForAll(seville,0x339900AA);
Please help me!
Reply
#2

OnGameModeInIt
seville = GangZoneCreate(2614.1431,-2120.9365,2874.8496,-1881.0516);
costigan = GangZoneCreate(617.4039,-1601.9988,807.0232,-1385.0349);

OnPlayerSpawn
GangZoneShowForPlayer(playerid, costigan, 0x000000AA);
GangZoneShowForPlayer(playerid, seville, 0x339900AA);
Reply
#3

Tried it, but the Seville's color is still bugged.
Reply
#4

bump™
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)