Example, got this code:
addhook("say","wolf")
function wolf(id,txt)
	if player(id,"team")==1 then
		if (txt=="!wolf") then
			menu(id,"Choose your wolf,wolf")
addhook("menu","goodd")
function goodd(id,t,b)
if t=="Choose your wolf" then
		if b==1 then
			freeimage(id)
			id=image("gfx/truck.bmp",1,1,200+id)
		end
	end
end So... if u test it, that will be small menu (On the left of the screen).
So i want u to help me make a big menu like "classes menu in Zombie plauge mod"!
Help me if u can
(upgrade on my LUA scripts!)
Need big menu scripts!
1 
Offline