- 2,123
- 1,729
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