Results 1 to 3 of 3

Thread: Simple working IED on dedicated server?

  1. #1

    Simple working IED on dedicated server?

    Guys, I have tremendous problems with createvehicle and IEDs in our regular squadnights. I've tried everything: isServer, isDedicated, etc. Most often bombs don't even go up or are not created with createvehicle command... even when conditions are met.

    Does anyone have a sample working version of a mission with:
    - non visibile or visible IED by the road
    - trigger that spawns the createvehicle explosion
    IceBreakr, C/O [SBP] - Slovenian Black Panthers (www.vojak.si)

    Err... Mi-48 Caiman in A3? Bitch please...!

  2. #2
    What are you using as condition?

    If your condition is correct, this in the onAct should be enough:
    Code:
    if isserver then {"Sh_122_HE" createvehicle getpos yourIED};
    Anyway, here is a working example.

  3. #3
    First Lieutenant IceBreakr's Avatar
    Join Date
    Jun 30 2001
    Location
    Slovenia, EU
    Posts
    5,752
    Author of the Thread
    Thanks man, will test it out asap.

Posting Permissions

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