lukemax 0 Posted January 5, 2005 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
gandalf the white 0 Posted January 5, 2005 Click meh!! you could also check OFPEC for a fire script, wont require any addons online.. wait... OFPEC... damnit . try OFPEC in a week Share this post Link to post Share on other sites
hellfish6 7 Posted January 5, 2005 Scripting questions are best asked in the scripting forum. Share this post Link to post Share on other sites
lukemax 0 Posted January 5, 2005 whats the intillzation line script thingy 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
NeMeSiS 11 Posted January 5, 2005 this inflame true Share this post Link to post Share on other sites
Kin Hil 0 Posted January 5, 2005 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
Harnu 0 Posted January 5, 2005 HiI 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