[Ajuda] Sempre retorna falso
#2

Use:

PHP код:
stock IsPlayerInPlace(playeridFloat:XMinFloat:YMinFloat:XMaxFloat:YMax)
{
    new
        
RetValue 0,
        
Float:aX,
        
Float:aY,
        
Float:aZ
    
;
    
GetPlayerPos(playeridaXaYaZ);
    if(
aX >= XMin && aY >= YMin && aX XMax && aY YMax)
    {
        
RetValue 1;
    }
    return 
RetValue;

Exemplo de como usar:

PHP код:
IsPlayerInCacador(playerid)
{
    if(
IsPlayerInPlace(playerid, -1714.84375, -2298.828125, -1638.671875, -2146.484375))
        return 
true;
    else
        return 
false;

Reply


Messages In This Thread
Sempre retorna falso - by GuiKommander - 19.12.2018, 18:08
Re: Sempre retorna falso - by NelsonC - 19.12.2018, 18:11
Re: Sempre retorna falso - by GuiKommander - 19.12.2018, 18:19
Re: Sempre retorna falso - by GuiKommander - 19.12.2018, 18:28
Re: Sempre retorna falso - by NelsonC - 19.12.2018, 18:33

Forum Jump:


Users browsing this thread: 2 Guest(s)