Resource Information

AMXX Rank System
Author: AMXX-ADMIN
Date: February, 16, 2025 Downloads: 10
Rating:
Please log in to rate this resource
0 out of 5 (0 votes)
## Requirements
- AMX Mod X 1.8.2 or higher
- MySQL 5.0 or higher
- Counter-Strike 1.6 server
- PHP 5.6 or higher (for web interface)

## Installation
1. Upload plugin to `addons/amxmodx/scripting`
2. Compile the plugin
3. Upload compiled `.amxx` to `addons/amxmodx/plugins`
4. Configure database settings
5. Add to `plugins.ini`
6. Set up web interface files
7. Configure mysql for ranks in `addons/amxmodx/configs/GMS_PLUGINS/stats_ranks.cfg`

## Web Hosting for Rank System
To fully integrate the rank system with the web interface, the `web` folder must be hosted on a web server.
Additionally, the files `top15.php` and `rankstats.php` must be configured with the required database credentials
as they serve as MOTD pages for displaying the Top 15 and Rank Stats.

### Hosting Options:
1. **Standard Web Hosting** - Upload the `web` folder to a web server with PHP and MySQL support.
2. **FastDownload Hosting** - The files can also be hosted through a FastDownload link,
allowing servers to fetch and display the MOTD pages dynamically.

### MOTD Variants:
- **Top 20 MOTD** - Displays the top 20 players.
- **Top 15 MOTD** - Displays the top 15 players.

Ensure that `top15.php` and `rankstats.php` have the correct database connection details to retrieve and display ranking data properly.

# GameMods-Servers Alternative AMXX Rank System

## Overview
The New Rank System is a comprehensive statistics and ranking plugin for Counter-Strike servers using AMX Mod X.
It tracks player performance, weapon statistics, and maintains a skill-based ranking system with MySQL database integration.

## Features

### 1. Player Statistics Tracking
- Kills
- Deaths
- Headshots
- Accuracy (shots/hits)
- Total damage dealt
- Skill rating
- Playing time
- Win/loss ratio
- Custom chat prefixes based on rank

### 2. Weapon Statistics
Tracks detailed statistics for each weapon (IDs 1-30):
- Kills
- Deaths
- Headshots
- Shots fired
- Hits
- Damage dealt
- Accuracy percentage
- Average damage per hit

### 3. Skill Rating System
- Dynamic skill rating calculation based on:
  - Victim's skill level
  - Weapon used
  - Headshot bonus
  - Kill streak bonuses
  - Round win/loss impact
- Skill rating affects player ranks and chat prefixes

### 4. Database Integration
- MySQL database support
- Tables:
  1. `player_stats`: Main player statistics
  2. `weapon_stats`: Weapon-specific statistics
- Automatic table creation and management
- Regular data saving
- Data persistence across sessions

### 5. Chat System
- Dynamic chat prefixes based on player rank
- Custom name colors
- Rank display in chat
- Admin commands for management

### Skill Rating System

#### Calculation Factors
1. Base skill change: ±10 points
2. Multipliers:
   - Skill difference between players
   - Weapon type (e.g., lower for AWP, higher for knife)
   - Headshot bonus (20% extra)
   - Kill streak bonuses
   - Round win/loss impact

#### Rank Levels
Default ranks if no config file is present:
1. Newborn (10 skill)
2. Beginner (50 skill)
3. Rookie (100 skill)
4. Amateur (200 skill)
5. Semi-Pro (300 skill)
6. Professional (400 skill)
7. Star (500 skill)
8. Master (600 skill)
9. Expert (700 skill)
10. Elite (800 skill)
11. Supreme (900 skill)
12. Legendary (1000 skill)

## Integration with Web Interface
- PHP-based web statistics page
- Displays:
  - Player profile
  - Rank icon
  - Steam avatar
  - Detailed weapon statistics
  - Performance metrics
  - Rank progression
You must be logged in to download/purchase this resource.

Comments

You must be logged in to comment.
No comments yet. Be the first to comment!

User Panel

Please Log in!
Type your Email Address
Type your Password
Forgot Password
Register NOW

Latest Resources

HTML Template Gaming Universe
Category: HTML/PHP
Date: Mar 18, 2025 Downloads: 0
View Resource

Most Downloaded

Counter-Strike 1.6 GMS
Category: AMXX Resources
Date: Nov 13, 2024 Downloads: 307
View Resource

Free Resource

AMXX Floating Weapons
Category: CS 1.6 FREE PLUGINS
Date: Feb 18, 2025 Downloads: 22
View Resource