Teleport with trailer, BUG?
#5

I made this now:

Код:
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);
     
	  AttachTrailerToVehicle(GetVehicleTrailer(GetPlayerVehicleID(playerid)),GetPlayerVehicleID(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;
}
And it works. When i teleport its attached but only 1ms later it detaches :S Than i must attach it with my hands. And when i teleport on the same place again, and again and i repeating teleporting than it still attached! Whats the problem?

I mean the first teleport on one place causes a detach.
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: 15 Guest(s)