Teleport with trailer, BUG?
#1

i have this code:
Код:
stock TeleportWithVehicleTrailer(playerid, Float:Vx, Float:Vy, Float:Vz, Float:Va, Float:Px, Float:Py, Float:Pz, Float:Pa)
{
	if(IsPlayerInAnyVehicle(playerid))
  {
     if(GetPlayerState(playerid) != PLAYER_STATE_DRIVER)
       return SendClientMessage(playerid, 0xFFFFFFFF, "SERVER: Unknown command.");
     SetVehiclePos(GetPlayerVehicleID(playerid), Float:Vx, Float:Vy, Float:Vz);
     SetVehicleZAngle(GetPlayerVehicleID(playerid),Float:Va);
     SetCameraBehindPlayer(playerid);
     
     if(IsTrailerAttachedToVehicle(GetPlayerVehicleID(playerid)))
     {
			 AttachTrailerToVehicle(GetVehicleTrailer(GetPlayerVehicleID(playerid)),GetPlayerVehicleID(playerid));
		 }
  }
  else
  {
    SetPlayerPos(playerid, Float:Px, Float:Py, Float:Pz);
    SetPlayerFacingAngle(playerid, Float:Pa);
    SetCameraBehindPlayer(playerid);
  }
  return 1;
}
i 0.2X Teleport with trailer works good. In 0.3 wont teleport with trailer :S
Reply


Messages In This Thread
Teleport with trailer, BUG? - by yugokoral - 04.10.2009, 09:41
Re: Teleport with trailer, BUG? - by BeckzyBoi - 04.10.2009, 18:03
Re: Teleport with trailer, BUG? - by yugokoral - 04.10.2009, 18:38
Re: Teleport with trailer, BUG? - by Rainmaker - 04.10.2009, 18:39
Re: Teleport with trailer, BUG? - by yugokoral - 04.10.2009, 19:10
Re: Teleport with trailer, BUG? - by BeckzyBoi - 04.10.2009, 19:31
Re: Teleport with trailer, BUG? - by yugokoral - 04.10.2009, 19:54
Re: Teleport with trailer, BUG? - by BeckzyBoi - 04.10.2009, 20:28
Re: Teleport with trailer, BUG? - by yugokoral - 04.10.2009, 20:31
Re: Teleport with trailer, BUG? - by BeckzyBoi - 04.10.2009, 20:48
Re: Teleport with trailer, BUG? - by yugokoral - 04.10.2009, 20:50
Re: Teleport with trailer, BUG? - by Patrik356b - 04.10.2009, 22:16
Re: Teleport with trailer, BUG? - by yugokoral - 05.10.2009, 10:52
Re: Teleport with trailer, BUG? - by yugokoral - 05.10.2009, 18:05
Re: Teleport with trailer, BUG? - by yugokoral - 07.10.2009, 14:11

Forum Jump:


Users browsing this thread: 5 Guest(s)