if (strcmp("/gangattack", cmdtext, true, 10) == 0){ new Float:x,Float:y,Float:z; GetPlayerPos(playerid, x, y, z); for(new i=1; i<all_gangzones; i++)="" {if(isplayerinarea(playerid,gangzone[i][minx],gangzone[i][miny],gangzone[i][maxx],gangzone[i][maxy])){="" printf("du="" befindest="" dich="" in="" zone:="" %d",="" i);="" if(gangzone[i][gang]="=" 0)="" {="" gangzone[i][gang]="GetPlayerTeam(playerid);" updategangzone(i);="" }}="" }="" return="" 1;}[="" pwn]
Bloß warum? :cursing:
PS: Hier noch des IsPlayerInArea:
[pwn]public IsPlayerInArea(playerid, Float:Minx, Float:Miny, Float:Maxx, Float:Maxy){new Float:x, Float:y, Float:z; GetPlayerPos(playerid, x, y, z);if(x <= Minx && x >= Maxx){ if(y <= Miny && y >= Maxy) { return true; }}return false;}
//Edit: Die Zeilenumbrüche gehn weg, fragt net warum...
//Edit: Mein Problem is das nichts passiert, auch die Message kommt im Serverfenster net!