PDA

View Full Version : Admin Armor (Vectren)


Burnzy
07-10-2004, 20:32
This plugin was originally made by Vectren for amx

Just like Admin Heal... u just give more armor to sumone... pretty simple

ADMIN_LEVEL_A is Required

/********************************
* Admin_Armor by Vectren - [email protected]
* This file is provided as is (no warranties).
*********************************
* Ported by Burnzy
* Visit www.burnsdesign.org
*********************************
* Usage: amx_armor <authid, nick, @team or #userid> <armor to give>
* Examples:
* amx_armor @CT 100 - adds 100 Armor to Counter-Terrorists Team
* amx_armor @TERRORIST 999 - adds 999 armor to the Terrorist team
* amx_armor player 200 - adds 200 armor to player
********************************/

#include <amxmodx>
#include <amxmisc>
#include <fun>