This is the second version of my script !say equip, I hope you like it.
http://www.unrealsoftware.de/files_show.php?file=7282
v1.0Have Fun
Approved by Sparty
Download
678 b, 984 Downloads
Lua Scripts
!say equip v2.0
!say equip v2.0
13 like it!678 b, 984 Downloads
v1.0
Download
addhook("say","equips")
function equips(id,txt)
	if string.sub(txt,1,6) == "!equip" then
		parse('equip '..id..' '..string.sub(txt,8,string.len(txt))..' ')
	end
	return 1
end
buen lua nico!
limonata: With all due respect to Crazybooy and his Admin Script, if he's a Lua master then I'm the king of Australia. And, well, it's just what Yates does - criticize. In most cases, the criticism is constructive. This is one of those cases.
EP: Even with his level of Lua knowledge he has all the right to say this is easy, because it is. I second his words, this is one of the easiest things that can be done.