[Ajuda] PutPlayerInVehicle Nгo Funciona
#4

Quote:
Originally Posted by hard_dalzot
Посмотреть сообщение
pawn Код:
new sentou[MAX_PLAYERS];

public OnPlayerStateChange(playerid, newstate, oldstate)

    if(newstate == PLAYER_STATE_PASSENGER)
    {
sentou[playerid] = GetPlayerVehicleSeat(playerid);
}

public OnPlayerExitVehicle(playerid, vehicleid)

    if (GetPlayerState(playerid) == 1)
    {
        return true;
    }
    if(PlayerCuffed[playerid] == 2)
    {
        PutPlayerInVehicle(playerid, GetPlayerVehicleID(playerid), sentou[playerid]);
    }
tenta assim agora mano
OnPlayerExitVehicle nгo funciona em estados, no caso se ele cair de uma moto ?
Reply


Messages In This Thread
PutPlayerInVehicle Nгo Funciona - by Pedro_Teixeira - 13.04.2014, 13:52
Re: PutPlayerInVehicle Nгo Funciona - by Wellington1999 - 13.04.2014, 13:58
Re: PutPlayerInVehicle Nгo Funciona - by hard_dalzot - 13.04.2014, 14:00
Re: PutPlayerInVehicle Nгo Funciona - by Wellington1999 - 13.04.2014, 14:07
Re: PutPlayerInVehicle Nгo Funciona - by hard_dalzot - 13.04.2014, 14:20
Re: PutPlayerInVehicle Nгo Funciona - by Pedro_Teixeira - 13.04.2014, 21:19
Re: PutPlayerInVehicle Nгo Funciona - by Pedro_Teixeira - 13.04.2014, 21:22
Re: PutPlayerInVehicle Nгo Funciona - by hard_dalzot - 14.04.2014, 04:03
Re: PutPlayerInVehicle Nгo Funciona - by Pedro_Teixeira - 14.04.2014, 13:55
Re: PutPlayerInVehicle Nгo Funciona - by caoraivoso3 - 14.04.2014, 15:04

Forum Jump:


Users browsing this thread: 1 Guest(s)