Can't see House Interior!
#5

here

PHP код:
stock IsPlayerOutHouse(playeridextra 0)
{
    new 
temp = -1iSize;
    if(
extraiSize 5;
    else 
iSize 2;
    
HouseLoop(h)
    {
        if(
HouseInfo[h][hActive] != true) continue;
        if(
GetPlayerInterior(playerid) == HouseInfo[h][hInterior] && GetPlayerVirtualWorld(playerid) == HouseInfo[h][hVirtualWorld])
        {
            if(
IsPlayerInRangeOfPoint(playeridiSizeHouseInfo[h][hX], HouseInfo[h][hY], HouseInfo[h][hZ]))
                return 
h;
        }
    }
    return 
temp;

Reply


Messages In This Thread
Can't see House Interior! - by ServerFiles - 22.04.2018, 17:22
Re: Can't see House Interior! - by SeanDenZYR - 23.04.2018, 01:43
Re: Can't see House Interior! - by ServerFiles - 23.04.2018, 06:12
Re: Can't see House Interior! - by andrejc999 - 23.04.2018, 06:31
Re: Can't see House Interior! - by ServerFiles - 23.04.2018, 06:41
Re: Can't see House Interior! - by Maxandmov - 23.04.2018, 13:08
Re: Can't see House Interior! - by TitoRayne - 23.04.2018, 14:03
Re: Can't see House Interior! - by UFF - 23.04.2018, 14:13
Re: Can't see House Interior! - by ServerFiles - 23.04.2018, 15:15

Forum Jump:


Users browsing this thread: 1 Guest(s)