Posts: 220
Threads: 62
Joined: Aug 2009
I have created a truck driver job. Everything works fine. I enter a truck and a CheckPoint appears, but I want that a checkpoint would appear then, when a player hooks a trailor. How to do this?
Posts: 636
Threads: 112
Joined: Nov 2009
Reputation:
0
Use this to check if the vehicle has a trailer IsTrailerAttachedToVehicle(vehicleid)
put everything under 1 sec timer and then check if the vehicle has a trailer and then show the CP
Posts: 220
Threads: 62
Joined: Aug 2009
Ok, just what i need, thanks.