Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
why?
@callofmarty 20 Oct @ 12:49am
Can you please add/move the police vehicles to blufor?
well, im working on mission where you have ACE keys for locking your vehicle and since the police variants are in civilian faction i cant use ACE west key to lock/unlock them.
crew = "C_man_1";
side = TCivilian;
faction = CIV_F;
I can use on each vehicle i spawn-in following code, but it seems silly :-/
this setVariable ["ace_vehiclelock_lockSide", west];
It would actually make sense to have them in blufor, as police are perceived as blufor.
crew = "B_GEN_Soldier_F";
side = west;
faction = BLU_F;
What do you think?
License plate:
Example
[_carname] call ivory_fnc_setLicense;
This will make a random plate with 3 letters and 4 numbers.
[_carname, "MESTHER"] call ivory_fnc_setLicense;
In this case the plate will display MESTHER.
Parameters:
_carname: Same as above. The car's name. Can be 'this', if you write the code in the Init field.
"MESTHER": The display. It can be anything up to 7 characters and as far as I know, it doesn't support special characters like $, -, etc.
_______________________________________________________________________
also is there a way to assign ownership of the vehicle when you look it up in police computer?
Also, how to we go about changing vehicle colors and tint via Zeus?