Results 1 to 2 of 2

Thread: Smoke over some objectives...

  1. #1

    Post Smoke over some objectives...

    for thouse who was trying to make a smoke on some objects, for exemple on ammo box after supply drop, that how i managed it, kill like half day on different variation, this one works perfectly, you can change color by changing SmokeShell on SmokeShellGreen or others, test2 is Triger, wich will exec you sgf on activation... 200 is radius where you can look for that object and 100 is time for smoke

    PHP Code:
    list1 position test2 nearObjects ["RUSpecialWeaponsBox",200];
    nObject1 list1 select 0
    hint format ["%1"getPosASL nObject1];
    i=1;
    while {
    i=i+1;i<100} do 
    {
       
    Smoke1="Smokeshell" createVehicle position nObject1;
       
    sleep 1


  2. #2
    what do I put in the trigger activiation text to kick this into action?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •