Ich habe da mal ein Problem mit GangZonen, undzwar wird des nich angezeigt, habe es jz schon 1000mal neugemacht aber laufen tuts net...
new nonezone;
nonezone = GangZoneCreate(20000.0000, -20000.0000, 20000.0000, -20000.0000);
public SetPlayerMap(playerid)
{
if(pMaps[playerid][Player[playerid][pShowMap]] == MAP_DO_NOT_HAVE)
{
GangZoneShowForPlayer(playerid, nonezone, COLOR_BLACK);
}
return 1;
}