Jump to content

Rileyiri

Member
  • Content Count

    2
  • Joined

  • Last visited

  • Medals

Community Reputation

10 Good

About Rileyiri

  • Rank
    Newbie
  1. Thank you very much. I've got a lot of reading up to do.
  2. Quick run down of what I need this for. I want to make a Helicopter or Jet Team Deathmatch to play with my friends, I don't want people to run out of ammo while flying and have to return to base to restock or refuel like I've seen in Domination gamemodes and such. I'd like everyone to stay airborne as long as possible so we can enjoy ourselves. I know it's not 'realistic' but it's what we'd prefer. I don't want people to have unlimited ammo because they would just spam anti air missiles. I do however want them to restock and refuel the vehicles while they are using them, perhaps every minute or half a minute. I'm relatively new to this and I've found a command while searching for this problem which was called: setVehicleAmmo. So I was thinking can I use this command something along the lines of this: Loop1; // remove all vehicle ammo setvehicleammo 0; // add all vehicle ammo setvehicleammo 1; // wait 30 seconds sleep 30; goto Loop1 ; Now I don't know how I would write that out. And I do not know if I need to have a script in a separate file or if I can just put that into the vehicles init. Some help here would be required, and I'll need any suggestions to be explained fully so I can learn something.
×