Jump to content
Sign in to follow this  
lukemax

Fire!

Recommended Posts

Hi

I wasnt sure where to post this but can i find a addon/script that is a burning fire?

Thx

Luke

Share this post


Link to post
Share on other sites

whats the intillzation line script thingy wink_o.gif

for it to be on fire without me activating it?

its like

;this lightfire on; 01 or something?

THx

Luke

Share this post


Link to post
Share on other sites

Lukemax, one of these days that soldier in your avatar is going to get hit if he keeps firing from the same position.

Share this post


Link to post
Share on other sites
Hi

I wasnt sure where to post this but can i find a addon/script that is a burning fire?

Thx

Luke

>>Click Me<<

The drop command is how you create fires, takes a little bit to get though.

Script sample:

<table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">d; coloured smoke for OFP 1.75 and higher

; vektorboson@gmx.de

; Version 2 Resistance

; to customize this script you've got to adjust

; the wing span _s and the length (half) of your

; jet, then do a [my_jet] exec "smoke3.sqs"

_jet = _this select 0

logic2 setdammage 0

; wing span

_s = 4

; half length

_l = -1

; colours

_middle = [0, 0, 0, 0.3]

_middle2 = [0, 0, 0, 0]

_fire = [230, 52, 0, 0.3]

_fire2 = [230, 52, 0, 0]

_smoke = [50, 50, 50, .3]

_smoke2 = [50, 50, 50, 0]

#loop

?(not alive(logic2)): exit

~0.01

drop ["cl_fire", "", "Billboard", 1, 1, [0, _l, 0], [0, 1, 1], 1, 1, 0.85, 0, [2, 2],[_fire,_fire2],[0],0.01,0.01,"","",_jet]

drop ["cl_basic", "", "Billboard", 1, 3, [0, _l, 0], [0, 1, 1], 1, 1, 0.85, 0, [2, 3],[_middle,_middle2],[0],0.01,0.01,"","",_jet]

drop ["cl_basic", "", "Billboard", 1, 3.5, [0, _l, 0], [0, 1, 1], 1, 1, 0.85, 0, [1, 1.5],[_smoke,_smoke2],[0],0.01,0.01,"","",_jet]

goto "loop"

Tutorial and script made by Vektorboson.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×