13.07.2012, 04:30
When player enters a vehicle check if the vehicle is a truck.
If yes, then,
SetTimerEx("YOUR_FUNCTION_NAME",1000,true,"i",playerid);
of maybe interval 1000 ms.
In Your Function add the code, which checks if the trailer is attached.
When players exit's vehicle use KillTimer
If yes, then,
SetTimerEx("YOUR_FUNCTION_NAME",1000,true,"i",playerid);
of maybe interval 1000 ms.
In Your Function add the code, which checks if the trailer is attached.
When players exit's vehicle use KillTimer

