Arma 3
Antistasi Ultimate - Mod
The smog T4T 3. feb. 2024 kl. 21:14
civilian variable?
what is the variable for vehicles being considered "civilian"
< >
Viser 1-4 af 4 kommentarer
Silence  [udvikler] 4. feb. 2024 kl. 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 4. feb. 2024 kl. 6:47 
Oprindeligt skrevet af 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 4. feb. 2024 kl. 21:14 
Oprindeligt skrevet af 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  [udvikler] 5. feb. 2024 kl. 5:44 
Editing variables mid game is sketchy, your best bet would be creating a proper civilian faction using the extender example
< >
Viser 1-4 af 4 kommentarer
Per side: 1530 50