Player Models
- Supports separate models for **Terrorist (T)** and **Counter-Terrorist (CT)** teams
- Saving through nVault system
### 🎮 Menu System
- Commands: `/pskin`, `/skin` (in normal and team chat)
- Intuitive menu with team separation
- Shows only models for player's current team
- Easy navigation and selection
### 🚀 Bonus System
Each model can have the following bonuses:
- **Speed Bonus** (`-speed +200`) - Increases movement speed
- **Gravity Bonus** (`-gravity +200`) - Reduces gravity (higher jumps)
- **Health Bonus** (`-hp +50`) - Adds extra health on spawn
- **Armor Bonus** (`-armor +100`) - Adds extra armor on spawn
- **Double Jump** (`-djump 1`) - Allows additional jumps in air
### ⚙️ CVars
- `pskin_bonuses "1"` - Enables/disables bonus system (1/0)
## 🎯 How It Works
1. **Loading:** On startup, plugin reads `PlayerSkinMenu.ini`
2. **Selection:** Player uses `/pskin` to open the menu
3. **Application:** On selection, model is applied immediately
4. **Bonuses:** If enabled, bonuses are activated on spawn
5. **Saving:** Selection is saved and restored on reconnect
## 🛠️ Installation
1. Compile `playerskins.sma` with AMX Mod X compiler
2. Place `playerskins.amxx` in `addons/amxmodx/plugins/`
3. Add `playerskins.amxx` to `plugins.ini`
4. Place `PlayerSkinMenu.ini` to `addons/amxmodx/configs/PlayerSkinMenu.ini`
5. Restart the server
## 🎮 Player Commands
- `say /pskin` - Opens the model selection menu
- `say /skin` - Alternative command for the menu
- `say_team /pskin` - Also works in team chat
- `say_team /skin` - Also works in team chat