Teleport with trailer, BUG?
#15

I tried now 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);

   
  }
  else
  {
    SetPlayerPos(playerid, Float:Px, Float:Py, Float:Pz);
    SetPlayerFacingAngle(playerid, Float:Pa);
    SetCameraBehindPlayer(playerid);
  }
  return 1;
}


public OnVehicleStreamIn(vehicleid, forplayerid)
{
    AttachTrailerToVehicle(GetVehicleTrailer(GetPlayerVehicleID(forplayerid)),GetPlayerVehicleID(forplayerid));
}
IT WORKS, but why it do this: http://www.xfire.com/video/15a12b/
It reattaching the trailer!!
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: 2 Guest(s)