Skip to content

Note: All code examples are compatible with AMX Mod X 1.8.2+ and require the sqlx include file.

Commands to give, take, or reset XP for specific players to handle trolls or rewards. Popular CS 1.6 Leveling Plugins

void processPlayerExperience(int player, int xp) // Update player experience points playerData[player].xp += xp;

: Supports MySQL saving, auto-cleaning of old databases, and has specific modules for Zombie Plague and Public modes.

Back to top