安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题
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?