Teleport with trailer?
#6

I made this:
pawn Код:
if(IsTrailerAttachedToVehicle(GetPlayerVehicleID(playerid)))
{
    if(IsTrailerAttachedToVehicle(GetPlayerVehicleID(playerid)))
    {
        new Trailer = GetVehicleTrailer(GetPlayerVehicleID(playerid));
        SetVehiclePos(GetPlayerVehicleID(playerid), X, Y, Z);
        AttachTrailerToVehicle(Trailer, GetPlayerVehicleID(playerid));
    }
}
But haven't tested it yet. what do you think, will this work?
Reply


Messages In This Thread
Teleport with trailer? - by AiVAMAN - 22.01.2010, 13:34
Re: Teleport with trailer? - by Fedee! - 22.01.2010, 13:41
Re: Teleport with trailer? - by AiVAMAN - 22.01.2010, 14:44
Re: Teleport with trailer? - by mick88 - 23.01.2010, 12:24
Re: Teleport with trailer? - by ¤Adas¤ - 23.01.2010, 13:37
Re: Teleport with trailer? - by AiVAMAN - 23.01.2010, 17:00

Forum Jump:


Users browsing this thread: 1 Guest(s)