Jump to content

starfan28

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by starfan28

  1. Would it be something that could be put into a config file and allow servers to choose which commands to give subadmins/moderators?
  2. I have a crash log that I can't decipher in any way. Any insight into what it is would be a great help in fixing the mission/server # -------------- 20150419-002047 -------------- # C0000005 ACCESS_VIOLATION at 80C337B4 00:00000000 00000000 00000000 0000:00000000 80C337B4 0037E110 0000:00000000 80C34E4C 0037E6D0 0000:00000000 80C33E97 0037E7A0 0000:00000000 80C3564A 0037E880 0000:00000000 80C2B2E3 0037E980 0000:00000000 80C2AA23 0037E9D0 0000:00000000 7142A94C 0037EB40 0000:00000000 ??RFilterAND@AI@@UEBA_NAEBV?$cPointerTemplate@VMovingObject@@@@0AEAUTargetFilterState@1@AEAUTargetFilterVisitor@1@@Z()+8C 7142AC89 0037EC10 0000:00000000 ??RFilterOR@AI@@UEBA_NAEBV?$cPointerTemplate@VMovingObject@@@@0AEAUTargetFilterState@1@AEAUTargetFilterVisitor@1@@Z()+89 80F27E5D 0037EEF0 0000:00000000 80F2E40D 0037F110 0000:00000000 80F1D78B 0037F170 0000:00000000 80F1C7D1 0037F220 0000:00000000 80F1D848 0037F270 0000:00000000 80F1BFCA 0037F2C0 0000:00000000 80EF7983 0037F330 0000:00000000 80EF5FA3 0037F3B0 0000:00000000 7144AB1F 0037F3F0 0000:00000000 ?NextEvent@wWakeupTime@@UEAAXXZ()+2F 873176A7 0037F490 0000:00000000 87317AE5 0037F4E0 0000:00000000 80F4DC3F 0037F570 0000:00000000 80F5007D 0037F5D0 0000:00000000 80F65484 0037F600 0000:00000000 80F6578B 0037F630 0000:00000000 8100F28B 0037F6A0 0000:00000000 8100FAE6 0037FCC0 0000:00000000 81012B90 0037FD00 0000:00000000 930E16AD 0037FD30 0000:00000000 BaseThreadInitThunk()+D 93C04409 0037FD80 0000:00000000 RtlUserThreadStart()+1D
  3. That's the exact script I used, but changing the pilot # each time. I had each aircraft as it's own group, as to not blow up an entire side from one aircraft leaving the zone. I did manage to fix the problem though, a major part being I didn't understand how [OR] worked and ended up having an "and" statement instead. I would close/delete this thread if I knew how Thank you for your reply, Chris.
  4. This is my first time creating a mission, so it's possible I'm out of my league here. In our mission we have an area that's designated for PvP (We're a free flight server). We don't want players aircraft to leave this area, so I've set up a trigger area that encompasses the area. We also have two airfields for Red and Blue, and we don't want them shooting each other on the ground so I've set up trigger zones surrounding those airfields as well. The triggers are as follows: Type: 1 Once Event: None PART OF GROUP OUT OF ZONE (Aircraft name), PvP zone OR PART OF GROUP IN ZONE (Aircraft name), red airfield Then I have it running a script to blow up the aircraft trigger.action.explosion(Unit.getByName('Pilot #168'):getPosition().p, 100) Aircraft will sometimes explode when exiting the PvP zone, but never explode upon entering the other airfield.
×
×
  • Create New...