[Pedido] Procurado
#8

pawn Код:
inArea(playerid, Float:minx, Float:miny, Float:minz, Float:maxx, Float:maxy, Float:maxz) {
    static
        Float:x, Float:y, Float:z;

    GetPlayerPos(playerid, x, y, z);
    return ((x >= minx) && (y >= miny) && (z >= minz) && (maxx <= maxx) && (maxy <= maxy) && (maxz <= maxz));
}
pawn Код:
if(!inArea(coordenadas da gangzone + altura minima e maxima)) {
    SetPlayerWantedLevel(playerid, level);
}
Reply


Messages In This Thread
Procurado - by ecko_style - 18.08.2012, 02:04
Re: Procurado - by Tony_Rodrigues - 18.08.2012, 02:06
Re: Procurado - by FeelLikeASir_ - 18.08.2012, 02:08
Respuesta: Procurado - by AnonymouSs - 18.08.2012, 02:19
Re: Procurado - by Maklister - 18.08.2012, 02:53
Re: Procurado - by Tony_Rodrigues - 18.08.2012, 03:46
Respuesta: Procurado - by Digao - 18.08.2012, 11:41
Re: Procurado - by Jason` - 18.08.2012, 12:23
Re: Procurado - by R3S1D3NT1 - 18.08.2012, 12:52

Forum Jump:


Users browsing this thread: 2 Guest(s)