Well... Here's the thing, you gotta get scripts for that(small pieces of premade code to be plain). To use one, when you find one you like, you have to put it in your mission directory, I.e - "Users\YourName\missions\MyMissionName.Eden", and execute it either like
[This] exec "Scriptname.sqs", or This exec "scriptname.sqs"
Here's a little one I made.
http://www.ofpec.com/yabbse/index.php?board=27;action=display;threadid=16531You can't make a fire with just the init, you can execute the scripts that make the fires with it. Anyway, I assume you just want to get it done nice and easy, for that, use this -
http://www.flashpoint.ru/newsimages/temp/EffectPackV081.rarFor cars - [this] exec "\effectpack\careffect\init.sqs"
For tanks - [this] exec "\effectpack\tankeffect\init.sqs"
For planes - [this] exec "\effectpack\aireffect\init.sqs"
For helicopters - [this] exec "\effectpack\chopterseffect\init.sqs"