[Pedido] Morrer e ir para o hospital mais prуximo.
#2

Nгo tenho ideia se vai funcionar, ou nгo.

PHP код:
new Cidade_Que_Morreu[MAX_PLAYERS];

public 
OnPlayerDeath(playeridkilleridreason)
{
    if(
IsPlayerInLosSantos(playerid))
    {    
        
Cidade_Que_Morreu[playerid] = 1// Los Santos
    
}
    if(
IsPlayerInSanFierro(playerid))
    {
        
Cidade_Que_Morreu[playerid] = 2// SanFierro
    
}
    if(
IsPlayerInLasVenturas(playerid))
    {
        
Cidade_Que_Morreu[playerid] = 3// Las Venturas
    
}
    return 
1;
}

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 IsPlayerInSanFierro(playerid)
{
    new 
Float:x,Float:y,Float:z;
    
GetPlayerPos(playeridxyz);
    if(
>= -2954.502 && >=  -3012.892 && <= -957.5858 && <= 1436.379) return 1;
    else return 
0;

Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)