, anyone now how to get it to not be on when restarted
General
armour still on
armour still on
1

, anyone now how to get it to not be on when restarted
addhook("hook","a name chosen by you")
addhook("say","NTD_say")
function NTD_say(player,text)
function NTD_say(id,txt)
function NTD_say(txt, id)
function NTD_say(id, txt)
if (txt == "!m4a1") then
parse("equip "..id.." 32")
end end
addhook("say","NTD_say")
function NTD_say(id,txt)
	if(txt=="!m4a1") then
		parse("equip "..id.." 32")
	end
end
im too stupid
plz make a video
im too stupid
plz make a video
open and read sys/lua/info.txt
google for a Lua tutorial and read it
1
