[AJUDA] Nгo sair do veiculo
#2

Tenta OnPlayerExitVehicle + PutPlayerInVehicle + OnPlayerStateChange

pawn Код:
new LastCar[MAX_PLAYERS];

//OnPlayerExitVehicle
LastCar[playerid] = vehicleid;

//OnPlayerStateChange
if(newstate == PLAYER_STATE_ONFOOT && oldstate == PLAYER_STATE_DRIVER)
    PutPlayerInVehicle(playerid, LastCar[playerid], 0);
Reply


Messages In This Thread
[AJUDA] Nгo sair do veiculo - by EditPawn - 12.06.2012, 15:33
Re: [AJUDA] Nгo sair do veiculo - by ViniBorn - 12.06.2012, 15:53
Re: [AJUDA] Nгo sair do veiculo - by EditPawn - 12.06.2012, 16:14
Re: [AJUDA] Nгo sair do veiculo - by zbt - 12.06.2012, 16:16
Re: [AJUDA] Nгo sair do veiculo - by EditPawn - 12.06.2012, 16:19
Re: [AJUDA] Nгo sair do veiculo - by ViniBorn - 12.06.2012, 17:17
Re: [AJUDA] Nгo sair do veiculo - by EditPawn - 12.06.2012, 17:23
Re: [AJUDA] Nгo sair do veiculo - by Mr.Hardy - 12.06.2012, 17:45
Re: [AJUDA] Nгo sair do veiculo - by EditPawn - 12.06.2012, 17:53

Forum Jump:


Users browsing this thread: 1 Guest(s)