ok so basicly its working. but i would like to be able to take it off some how.
right now thats the code i have for the HS only script
Code:
register_concmd("ma_hsonly","hs_only",ADMIN_KICK,"enable hs only")
register_cvar("hs_only","0");
public hs_only()
{
{
client_print(0,print_chat,"Meta-Addons: HS ONLY MODE ENABLED FOR THIS ROUND")
set_user_hitzones(0,0,2)
}
return PLUGIN_CONTINUE
}
i would like to know how to make commands like amx_hsonly 1= on 0= off
__________________