Wiki

Clone wiki

EFLC-MP LUA / setVehicleColors

Description

Changes the vehicle colors. Color Ids: 0-170

Parameters

Int vehicleId, Int color1, Int color2, Int color3, Int color4
Int vehicleId

Int color1

Int color2

Int color3

Int color4

Return values


Example

setVehicleColors(vehicleId, 0, 0, 0, 0) --Paints it fully black

Updated