[AJUDA]Veiculos Com Interior
#1

Eu Queria Saber Como eu fasso pra um busao(431)Ficar Com Interior Quando Der G e Ir Para o Int Shamal
Reply
#2

Eu tambem queria saber isso, tipo saber como tutorial etc.. aonde coloca, vou ficar de olho no tуpico, haha...
Reply
#3

PHP код:
public OnPlayerStateChange(playeridnewstateoldstate)
{
    if(
newstate == 3)
    {
        if(
GetVehicleModel(GetPlayerVehicleID(playerid)) == 431)
        {
            
SetPVarInt(playerid,"Veiculo"GetPlayerVehicleID(playerid));
            
SetPlayerPos(playerid1.7163,23.8062,1199.5938);
            
SetPlayerFacingAngle(playeid359.5455);
            
SetCameraBehindPlayer(playerid);
            
SetPlayerInterior(playerid1);
        }
    }
    return 
1;
}
public 
OnPlayerKeyStateChange(playeridnewkeysoldkeys)
{
    if(
newkeys == 16)
    {
        if(
IsPlayerInRangeOfPoint(playerid1.8133.021199.59))
        {
            new 
Float:Pos[3];
            
GetVehiclePos(GetPVarInt(playerid"Veiculo"), Pos[0], Pos[1], Pos[2]);
            
SetPlayerPos(playeridPos[0], Pos[1], Pos[2]);
            
SetPlayerInterior(playerid0);
            
DeletePVarInt(playerid"Veiculo");
        }
    }
    return 
1;

Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)