ADD STUCK CAR CHECK WITH WARP

From GTAMods Wiki
Jump to navigation Jump to search
ADD_STUCK_CAR_CHECK_WITH_WARP
Number of parameters: 7
Parameter #TypeDescription
1.integerVehicle Id
2.floatdistance
3.integerMilliseconds
4.booleanrestore if stuck flag
5.booleanrestore if flipped flag
6.booleanUnknown
7.integerpath id (?)
Return value:
TypeDescription
None

This is an extended version of ADD STUCK CAR CHECK. It also adds several flags to put the vehicle back to the path if its stuck or flipped. To check if the vehicle is stuck use IS_CAR_STUCK. To remove the stuck check use REMOVE_STUCK_CAR_CHECK. This section is incomplete. You can help by fixing and expanding it.