Chciałbym aby w mieście płonęły np. Budynki aby dodać bardziej bitewnego klimatu może i nawet żeby one nie płonęły tylko żeby wydobywał się z nich dym lub coś w tym rodzaju

Moderatorzy: kondor, Inkwizytor
Kod: Zaznacz cały
BIS_Effects_Burn=compile preprocessFile "\ca\Data\ParticleEffects\SCRIPTS\destruction\burn.sqf";
Kod: Zaznacz cały
nul = [nazwa_płonącego_obiektu,2,time,false,false] spawn BIS_Effects_Burn;
F2kSel z forum armaholic.com pisze://nul=[unit,intensity,time,lifecheck,fade] spawn BIS_Effects_Burn
//Unit: the name of the object that the fire will be attached to
//Intensity: the intensity of the fire. Recommended to use values between
//0.8 and 10, higher values may be used if desired though.
//Time: the time that the fire started. use global variable "time". Used to keep effects synced for JIP
//Lifecheck: if this is true then the unit will only burn as long as it is dead (!alive unit).
//Set to false to burn things like buildings and gamelogics