08.01.2012, 17:37
Why wont the mechanic car hook the cars?
public OnPlayerKeyStateChange(playerid, newkeys, oldkeys)
{
if(newkeys & KEY_FIRE) //Or whatever key, look up the full list @ wiki
{
AttachTrailerToVehicle(/*trailerid*/, GetPlayerVehicleID(playerid));
}
}