27.04.2010, 18:36
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:
OnPlayerSpawn:
Please help me!
OnGameModeInit:
pawn Код:
seville = GangZoneCreate(2614.1431,-2120.9365,2874.8496,-1881.0516);
costigan = GangZoneCreate(617.4039,-1601.9988,807.0232,-1385.0349);
pawn Код:
GangZoneShowForAll(costigan,0x000000AA);
GangZoneShowForAll(seville,0x339900AA);