[Ajuda] Interior Enforce
#3

Mude o Virtual World
pawn Код:
public OnPlayerStateChange(playerid, newstate, oldstate)
{
    if(newstate == PLAYER_STATE_PASSENGER && GetVehicleModel(GetPlayerVehicleID(playerid)) == 427)
    {
        SetPlayerPos(playerid, 2084.479980, -1374.825928, 300.628052);
        SetPlayerFacingAngle(playerid, 0);
        SetCameraBehindPlayer(playerid);
        SetPlayerInterior(playerid, 1);
        Inenforcer[playerid] = GetPlayerVehicleID(playerid);
       
        //Setar o Virtual World do player
        SetPlayerVirtualWorld(playerid, Inenforcer[playerid]);
    }
    return 1;
}
@Edit
Malz nгo tinha visto seu post Rodney Francalim
Reply


Messages In This Thread
Interior Enforce - by JuniorLanne - 25.09.2014, 18:02
Re: Interior Enforce - by Rodney Francalim - 25.09.2014, 18:30
Re: Interior Enforce - by ForT - 25.09.2014, 18:32
Re: Interior Enforce - by JuniorLanne - 27.09.2014, 19:38
Re: Interior Enforce - by JuniorLanne - 27.09.2014, 20:06
Re: Interior Enforce - by ForT - 27.09.2014, 20:12
Re: Interior Enforce - by JuniorLanne - 27.09.2014, 20:17

Forum Jump:


Users browsing this thread: 1 Guest(s)