Can't see House Interior!
#8

new tmpid;
tmpid = IsPlayerOutHouse(playerid);
Код:
  if(tmpid != -1 && !IsPlayerInAnyVehicle(playerid))
    {
        if(HouseInfo[tmpid][hClosed] == true && PlayerInfo[playerid][housenum] != tmpid) return GameTextForPlayer(playerid,"~r~Closed", 3000, 3);
        new intpack = HouseInfo[tmpid][hInteriorPack];
        SetPlayerPos(playerid, IntInfo[intpack][intX], IntInfo[intpack][intY], IntInfo[intpack][intZ]);
        SetPlayerInterior(playerid, House Interior Id variable);
        SetPlayerVirtualWorld(playerid, houseid + 1000);
        SetPlayerFacingAngle(playerid, IntInfo[intpack][intY]);
        SetCameraBehindPlayer(playerid);
        PlayerTemp[playerid][tmphouse] = tmpid;
        SaveHouse(tmpid);
        return 1;
    }
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)