I want to use xy button via lua..
Forum




how can i use button via lua?
4 replies



I want to use xy button via lua..
Re: how can i use button via lua?
Deleted User
1
2
3
4
5
6
2
3
4
5
6
addhook("usebutton","Lua_Buttons") function Lua_Buttons(x,y) 	if (x== and y==) then 		parse("trigger ") 	end end
You are very helpful man!




