
Forum



Hi Lua Should
27 replies

At least he posted it in the right section.



Lua should what?. Can you specify what do you want to know about lua?, any question?.
No.Hi Lua link pls

Kid invasion!
They are already here. OH SHI~
and get some grammar lessons
edited 1×, last 19.07.11 06:19:38 pm


edited 1×, last 19.07.11 06:21:21 pm
exemple(when you are on x and y tile and if you say hi,open menu)
If I would understand I still wouldn't help

Btw. Learn Lua.
edited 1×, last 19.07.11 06:23:26 pm

because he said it already in other forum
http://www.unrealsoftware.de/profile.php?userid=41305&recent=100#recent
Dude. He has only posted here.
other forum,(other web site)
Damn, kids are sieging UnrealSoftware.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
addhook("tile","hhtile")
function hhtile (id)
if player(id,"tilex")==x and player(id,"tiley")==y then
menu(id,"hhmenu,x,x,x,x,x")
end
end
addhook("menu","hhmenu")
function hhmenu(id,title,button)
if title=="hhmenu" then
if button==1 then
xxxxx
xxxxx
end
end
end
edited 2×, last 19.07.11 06:28:22 pm