[Pedido] Funзгo ou codigo.
#2

Achei essas funзхes em umas gm ae

PHP код:
static stock IsPlayerInLosSantos(playerid)
{
    new 
Float:x,Float:y,Float:z;
    
GetPlayerPos(playeridxyz);
    if(
>= 44.60 && >= -2892.90 && <= 2997.00 && <= -768.00) return 1;
    else return 
0;
}

static 
stock IsPlayerInLasVenturas(playerid)
{
    new 
Float:x,Float:y,Float:z;
    
GetPlayerPos(playeridxyz);
    if(
>= 869.40 && >= 596.30 && <= 2997.00 && <= 2993.80) return 1;
    else return 
0;
}

static 
stock IsPlayerInArea(playeridFloat:max_xFloat:min_xFloat:max_yFloat:min_y)
{
    new 
Float:XFloat:YFloat:Z;
    
GetPlayerPos(playeridXYZ);
    if(
<= max_x && >= min_x && <= max_y && >= min_y) return true;
    return 
0;

Reply


Messages In This Thread
Funзгo ou codigo. - by PetrickSchobaPS - 03.04.2017, 01:30
Re: Funзгo ou codigo. - by IlanZ - 03.04.2017, 01:42
Re: Funзгo ou codigo. - by ViniBorn - 03.04.2017, 03:46
Re: Funзгo ou codigo. - by ClaudioF - 03.04.2017, 10:34
Re: Funзгo ou codigo. - by DarkBr - 03.04.2017, 15:09

Forum Jump:


Users browsing this thread: 1 Guest(s)