Code:
public plugin_init()
{
register_plugin(PLUGIN, VERSION, AUTHOR)
set_task(1.0, "pokazivalka", 1, "", 0, "b")
}
public pokazivalka()
{
new fragi[5], smerti[5], hp[5]
get_user_frags(id, fragi, sizeof fragi -1)
get_user_deaths(id, smerti, sizeof smerti -1)
get_user_health(id, hp, sizeof hp -1)
set_hudmessage(255, 0, 255, 0.01, 0.15, 0, 6.0, 2.0)
show_hudmessage(id, "Health: %s HP^nFrags: %s^nDeaths: %s", hp, fragi, smerti)
}
errors:
please help