Mechanic car wont hook cars
#1

Why wont the mechanic car hook the cars?
Reply
#2

You need to tell it to via script.

See: https://sampwiki.blast.hk/wiki/AttachTrailerToVehicle
Reply
#3

Well, if you push alt, the car behind you will hook up my mechanic car. Thats what i meant.
Reply
#4

See here: https://sampwiki.blast.hk/wiki/OnPlayerKeyStateChange

pawn Код:
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
    if(newkeys & KEY_FIRE) //Or whatever key, look up the full list @ wiki
    {
        AttachTrailerToVehicle(/*trailerid*/, GetPlayerVehicleID(playerid));
    }
}
You'll need a snippet to find the closest vehicle, but I'm mad tired n im going to sleep
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)