terrorist > counter terrorist in hits
PHP Code:
/* Script generated by Pawn Studio */
#include <amxmodx>
#include <amxmisc>
#include <hamsandwich>
#include <cstrike>
#include <fun>
#define PLUGIN "qwewqeweewq"
#define AUTHOR "neutron"
#define VERSION "1.0"
public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)
RegisterHam(Ham_TakeDamage,"player","warn",1)
}
public warn(id)
{
client_print(0,print_chat,"testttt")
}
it is in everyone,
I want to have to hit the terrorist ct
sorry bad english

__________________