- 2,119
- 1,719
Lua:
function main()
if not isSampLoaded() or not isSampfuncsLoaded() then return end
while not isSampAvailable() do wait(100) end
sampRegisterChatCommand("hh", cmd_hh) end
function cmd_pma()
sampSendChat("/healme") end end