#include < amxmodx >
#include < fun >
new gPlayer[33];
public plugin_init()
register_clcmd("say /ghp", "ghp");
public ghp(id){
new pl[32], cnt;
get_players(pl, cnt, "ch");
new menu = menu_create("Выберите игрока", "handler");
for(new i,name[32], temp[4]; i <...