Jump to content
🛡️FORUMS ARE IN READ-ONLY MODE Read more... ×

Lexer0

Member
  • Content Count

    1
  • Joined

  • Last visited

  • Medals

Community Reputation

4 Neutral

1 Follower

About Lexer0

  • Rank
    Newbie

Profile Information

  • Gender
    Male
  • Location
    Scotland
  • Interests
    Computer Science and Video Games

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

  1. I've found an alternative that is a little less convoluted: 1. Same as above to create trigger 2. Create scripted mine dispensers (APERSMineDispenser_Ammo_Scripted) via a script. For example: Create a game logic where you want to mine with init code: dispenser1 = "APERSMineDispenser_Ammo_Scripted" createVehicle (position this) 3. Activation code of trigger: dispenser1 setDamage 1 Hope this helps!
×