Hallo habe 3 Gebiete und eins davon blinkt auf der map aber iwie blinkt machmal die gesamte map Oo also alles ein bisschen verbugt woran liegt es ?
oben habe ich
new gzone1;
new gzone2;
new gzone3;
new gzone4;
#define COLOR_RED 0xFF9600A9
bei OnGameModeInit
gzone4 = GangZoneCreate(-1290.5449,1894.2330,-1146.9658,1757.6370);
gzone3 = GangZoneCreate(-751.8998,1012.7164,-652.1898,895.9532);
gzone2 = GangZoneCreate(-623.0031,1429.5128,-900.9966,1618.1514);
gzone1 = GangZoneCreate(-623.0031,1429.5128,-900.9966,1618.1514);
und unter OnPlayerConnect(playerid)
GangZoneShowForAll(gzone1, 0x19FF0071);
GangZoneFlashForAll(gzone2,COLOR_RED);
GangZoneShowForAll(gzone3, 0x19FF0071);
GangZoneShowForAll(gzone4,COLOR_RED);
Wo ist der fehler ?