Code:
public client_kill(id)
{
if(get_cvar_num("mp_kill"))
{
new name[32]
get_user_name(id, name, 31)
client_print(id, print_chat, "[%s] The command kill is forbidden!", name)
return PLUGIN_HANDLED
}
return PLUGIN_CONTINUE
}
If you're still having problems then show me the full code.
__________________