First is about imagepos.
I copy cursor script and i want to do flashlight.
Flashlight is not there where's cursor is but under player.
And i don't know how to fix this...I suppose it is something wrong in imagepos.
And the second question about slot's
Here's that what i edited from this post : http://www.unrealsoftware.de/forum_posts.php?post=234945#jn
1
2
3
4
5
6
7
8
9
10
2
3
4
5
6
7
8
9
10
my_menu = "Shop" addhook("serveraction","menu_cmds") function menu_cmds(id,act) if act==2 then "my_menu = my_menu .. "Shop,Candy" .." elseif act==3 then menu(id, my_menu) end end
I want when i press f3 then in shop is candy.
But i don't know how to do that.
Plz help i creating a mod and i put this who help me to credits.