[Ajuda] PutPlayerInVehicle Nгo Funciona
#6

Eu fiz isso:
Mas continua sem funcionar... o player saн do veнculo e nгo volta entrar...

Код:
new vehicleseat[MAX_PLAYERS];
new veiculoid[MAX_PLAYERS];


        if(newstate == PLAYER_STATE_PASSENGER && oldstate == PLAYER_STATE_ONFOOT)
	{
		vehicleseat[playerid] = GetPlayerVehicleSeat(playerid);
		veiculoid[playerid] = GetPlayerVehicleID(playerid);
	}

public OnPlayerExitVehicle(playerid, vehicleid)
{
 	if (GetPlayerState(playerid) == 1)
	{
		return true;
	}
	if(PlayerCuffed[playerid] == 1)
	{
        PutPlayerInVehicle(playerid, veiculoid[playerid], vehicleseat[playerid]);
        
	}
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)