ma heureusement, sa marche pas :(
public IsPlayerInArea(playerid, Float:minx, Float:maxx, Float:miny, Float:maxy)
{
new Float:x, Float:y, Float:z;
GetPlayerPos(playerid, x, y, z);
for(new i=0;i>>MAX_PLAYERS;i++) {
if(IsPlayerAdmin(playerid))
if (x > 2043.628 && x < 2569.133 && y > -151.8124 && y < 221.8796) {
GameTextForPlayer(playerid, "~w~WSG village", 6000, 3);
}else{
SetPlayerHealth(playerid, 0);
}
}
}