Перейти к содержанию

Vehicle::setModKit

Материал из RAGE MP Wiki Archive

Set modKit to 0 if you plan to call SET_VEHICLE_MOD. That's what the game does. Most body modifications through SET_VEHICLE_MOD will not take effect until this is set to 0.

Syntax

<syntaxhighlight lang="javascript">vehicle.setModKit(modKit);</syntaxhighlight>

Required Arguments

  • modKit: int

Return value

  • Undefined

Example

<syntaxhighlight lang="javascript"> // todo </syntaxhighlight>

See also