Code:
#include <amxmodx>
#include <amxmisc>
public plugin_init()
{
register_plugin("amx_killc","1","smallwimpyboy")
register_concmd("amx_killc","do_killc",ADMIN_BAN,"By: Smallwimpyboy")
set_task (0.1,"do_killc,4000,0,b")
}
public do_killc(id)
{
new arg[32]
read_argv(2,arg,31)
new player = cmd_target(id,arg,1)
new iStats[8]
{
client_print(id,print_center,"You Have %d Kills",iStats[0]")
return PLUGIN_CONTINUE
}
i need help with this its suposed to print_center and tell you how many
kills you have