Hallo liebe community, gibt es eine möglichkeit Mod-Fahrzeugen eine direkte farbe zu zuweisen?
hab jetzt schon eineige foren durchforstet aber leider nix genaues gefunden.
ich habe die Ivory Cars auf meinem server am laufen.
es gibt auch eien datei wo es um colors geht. jemand villt eine ahnung wo ich das einbinden muss und wie?
Code
File:
fn_initVehicle.sqf
Author:
dezkit
Description:
Initialize vehicle colors. There are 700+ colors. Use this website: http://www.colorhexa.com/color-names
Parameter(s):
0: OBJECT - Vehicle
1: STRING - Body
2: STRING - Rims
3: INTEGER - Windows
4: INTEGER - Lights
Example:
[this] call ivory_fnc_initVehicle;
This will randomize the color of the body, ceteris paribus.
[this, ["Red","Matte"], "White", 1.0, 0.5] call ivory_fnc_initVehicle;
This will turn the car into Matte Red with White rims and 100% tint on windows and 50% tint on lights.
Returns:
Sets texture of license plate globally.
Alles anzeigen
kann mir da jemand helfen??