23.03.2014, 18:56
In this Gamemode there is only 1 large gangzone, which covers the whole Los Santos Area.
The GangZone shows only when i open gta menu ( escape button ) then the map, but it doesn't show on the ingame mini map.
Here is the code:
Under OnGameModeInit:
Under OnPlayerConnect:
SOLVED : miny/minx mustn't be bigger than maxx/maxy.
The GangZone shows only when i open gta menu ( escape button ) then the map, but it doesn't show on the ingame mini map.
Here is the code:
pawn Код:
new USAZone;
pawn Код:
USAZone = GangZoneCreate( 2958.000, -2951.117, 39.178, 596.864 );
pawn Код:
GangZoneShowForPlayer( playerid, USAZone, 0x0000BBAA);