oh this so basic but i'm noob at amxx scripting,
but please teach me...
i making simple show player's health//
PHP Code:
/* Plugin generated by AMXX-Studio */
#include <amxmodx>
#include <amxmisc>
#define PLUGIN "Plugin name"
#define VERSION "1.0"
#define AUTHOR "[KR]Tora"
new g_text
public plugin_init() {
register_plugin(PLUGIN, VERSION, AUTHOR)
g_text = get_user_health(32)
}
public show_health(id) {
client_print(id, print_center, "Your health: %d", g_text)
}
oh n. please help me! what is get_user_health(32)