function main()
while not isSampAvailable() do wait(100) end
msg("{ffffff}Загружен! {DC4747}/hphelp {ffffff}by Azimoff")
sampRegisterChatCommand("hphud", hphud)
sampRegisterChatCommand("hpstyle", hpstyle)
sampRegisterChatCommand("hppos", hppos)
sampRegisterChatCommand("hpt", hpt)
sampRegisterChatCommand("hphelp", hphelp)
while true do wait(0)