1
2
3
4
5
6
7
8
2
3
4
5
6
7
8
admin = {142925} --- if player(id,"usgn") == admin[id] then if string.sub(txt, 1, 2) == "!hesoyam" then local adam == string.sub(txt 3, 4) parse("sethealth ..admin.. 100") end end
admin = {142925} --- if player(id,"usgn") == admin[id] then if string.sub(txt, 1, 2) == "!hesoyam" then local adam == string.sub(txt 3, 4) parse("sethealth ..admin.. 100") end end
local adam == string.sub(txt 3, 4)
parse("sethealth ..admin.. 100")
parse("sethealth "..admin.." 100")
admin = 142925 addhook("say","_say") function say(id,txt) 	if player(id,"usgn") == admin then 		if string.sub(txt,0,7) == "!hesoyam" then 			parse("sethealth "..id.." 100") 		end 	end end --untested --and you aren't able to use more than one admin