Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.

Ta hổ báo thì có vấn đề gì ko^
^
- Bắt đầu hổ báo đấy............................



. sài velocity by aim toàn bị dội lại, đừng có nói register_touch
, sprites chứ ko phải ent#include <amxmodx>
#include <fakemeta>
#include <biohazard>
public plugin_init()
{
register_plugin("[Bio] Addon: Health %", "1.0", "Dias")
register_message(get_user_msgid("Health"), "msg_health")
}
public msg_health(msgid, dest, id)
{
if(!is_user_alive(id))
return PLUGIN_HANDLED
static health, Float:class_health, new_health, real_health
if(is_user_zombie(id))
{
health = pev(id, pev_health)
if(!is_user_first_zombie(id)))
{
class_health = get_class_data(get_user_class(id), DATA_HEALTH)
new_health = floatround((health / class_health) * 100.0)
real_health = clamp(new_health, 1, 100)
}
set_msg_arg_int(1, ARG_BYTE, real_health)
}
}
if(readfile == 1)
PUSH.C = Giá Trị gán trong Native, gán giá trị cho biến
SYSREQ.C = Native (Hàm)
STACK (Nếu số âm ít khi dương) hoặc là ZERO.S = tạo biến, PUSH.C tạo và gán giá trị
jump_xxxx = Mở ngoặc ở lệnh If
target:jump_xxxxx = Đóng ngoặc ở lệnh If | Nếu đứng trước là BREAK và trên là JUMP thì đây là câu else hoặc là stop, và tới câu if khác
ZERO.pri -> RETN = Return (0)
STOR.pri = Lưu Giá trị vào biến
ADD.C = Load giá trị cho hàm trong lệnh If hoặc hàm thường