Skip to content

dev-leva1/altv-gunzone-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GunZone - PvP Game Mode for alt:V

A dynamic PvP game mode system for alt:V multiplayer modification for GTA V.

Version License alt:V

Features

  • 3 Unique Game Modes:
    • Deathmatch at Sawmill
    • Team Battle at Abandoned Factory
    • Capture Points at Port
  • Team System:
    • Automatic team balancing
    • Team-specific skins
    • Friendly fire prevention
  • Weapon System:
    • Random weapon spawns
    • Mode-specific weapon sets
    • Automatic rearm on respawn
  • Statistics:
    • Kill/Death tracking
    • Top players leaderboard
    • Real-time stats updates
  • Modern UI:
    • Clean and responsive design
    • Game mode selection menu
    • In-game HUD with stats
    • Top players display

Installation

  1. Copy the gunzone folder to your server's resources directory
  2. Add the following to your server.toml:
resources = [
    'gunzone'
]

Usage

  1. Go to the Maze Bank Arena entrance
  2. Press E to open the game mode selection menu
  3. Choose your preferred game mode
  4. Use /exitdm command to leave the game mode

Game Modes

Deathmatch

  • Every player for themselves
  • Random weapon spawns
  • Last survivor wins

Team Battle

  • Two teams: Purple vs Green
  • Team-specific spawn points
  • Friendly fire disabled
  • Team-based scoring

Capture Points

  • Multiple capture points
  • Territory control
  • Strategic gameplay

Commands

  • /exitdm - Leave the current game mode

Configuration

Game locations and weapon sets can be modified in server/index.js:

const GAME_LOCATIONS = {
    deathmatch: {
        name: "Sawmill",
        dimension: 1,
        spawns: [...]
    },
    // Add more locations as needed
};

const WEAPONS = {
    deathmatch: [0x1B06D571, 0x2BE6766B, ...],
    // Modify weapon sets as needed
};

About

A dynamic PvP game mode system for alt:V multiplayer modification for GTA V.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published