武装突袭3

武装突袭3

Antistasi Ultimate - Mod
The smog T4T 2024 年 2 月 3 日 下午 9:14
civilian variable?
what is the variable for vehicles being considered "civilian"
< >
正在显示第 1 - 4 条,共 4 条留言
Silence  [开发者] 2024 年 2 月 4 日 上午 5:51 
undercoverVehicles is the public variable

private _undercoverVehicles = (arrayCivVeh - ["C_Quadbike_01_F"]) + FactionGet(reb,"vehiclesCivBoat") + FactionGet(reb,"vehiclesCivHeli") + FactionGet(reb, "vehiclesCivPlane");
The smog T4T 2024 年 2 月 4 日 上午 6:47 
引用自 Silence
undercoverVehicles is the public variable

private _undercoverVehicles = (arrayCivVeh - ["C_Quadbike_01_F"]) + FactionGet(reb,"vehiclesCivBoat") + FactionGet(reb,"vehiclesCivHeli") + FactionGet(reb, "vehiclesCivPlane");
thanks alot!
The smog T4T 2024 年 2 月 4 日 下午 9:14 
引用自 Silence
undercoverVehicles is the public variable

private _undercoverVehicles = (arrayCivVeh - ["C_Quadbike_01_F"]) + FactionGet(reb,"vehiclesCivBoat") + FactionGet(reb,"vehiclesCivHeli") + FactionGet(reb, "vehiclesCivPlane");
i do have to ask, how would i make a vehicle be considered civilian, i tried using setvariable but it didnt work
Silence  [开发者] 2024 年 2 月 5 日 上午 5:44 
Editing variables mid game is sketchy, your best bet would be creating a proper civilian faction using the extender example
< >
正在显示第 1 - 4 条,共 4 条留言
每页显示数: 1530 50