Hallo Leute hab heute Gangzones gemacht aber wnn ich meine Maus bewege wird die ganze map in der Farbe der Gangzone wie mache ich das weg? Und wie frage ich ab ob der Spieler in eine Gangzone reingelaufen ist ?
Das sieht so aus:
public OnGameModeInit()
{
FahrschuleNoDmZone=GangZoneCreate(1829.2449,-1056.5038,1665.8047,-1150.7131);
BsnNoDmZone=GangZoneCreate(1234.2739,-866.2918,1165.1276,-931.6007);
RathausNoDmZone=GangZoneCreate(1287.4418,-1367.8735,1332.4034,-1385.0442);
AdacNoDmZone=GangZoneCreate(-465.3293,-467.6768,-624.0989,-562.9509);
NewsNoDmZone=GangZoneCreate(-2486.6147,-720.0084,-2542.6482,-594.0772);
MedicLsNoDmZone=GangZoneCreate(1439.1921,-1490.2047,1558.0837,-1580.2014);
public OnPlayerSpawn(playerid)
{
GangZoneShowForAll(FahrschuleNoDmZone,0xFF0000B7);
GangZoneShowForAll(BsnNoDmZone,0xFF0000B7);
GangZoneShowForAll(RathausNoDmZone,0xFF0000B7);
GangZoneShowForAll(AdacNoDmZone,0xFF0000B7);
GangZoneShowForAll(NewsNoDmZone,0xFF0000B7);
GangZoneShowForAll(MedicLsNoDmZone,0xFF0000B7);