Teleport with trailer, BUG?
#11

! How to do that? I tried the most different things :S

You maybe mean this?:
pawn 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);
     

    SetVehiclePos(GetVehicleTrailer(GetPlayerVehicleID(playerid)), Float:Vx, Float:Vy, Float:Vz);
    SetVehicleZAngle(GetVehicleTrailer(GetPlayerVehicleID(playerid)), Float:Va);

    AttachTrailerToVehicle(GetVehicleTrailer(GetPlayerVehicleID(playerid)),GetPlayerVehicleID(playerid)); // this is on the last line
  }
  else
  {
    SetPlayerPos(playerid, Float:Px, Float:Py, Float:Pz);
    SetPlayerFacingAngle(playerid, Float:Pa);
    SetCameraBehindPlayer(playerid);
  }
  return 1;
}

If you mean this, its the same problem.
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: 6 Guest(s)