What's new

Actions [7.6] Kostka do gry.

Status
Not open for further replies.

Thorge D

Advanced User
Joined
Jul 24, 2014
Messages
300
Reaction score
29
Autor: Rabbcio

Skrypt:
[LUA]function onUse(cid, item, frompos, item2, topos)
random = math.random(1,6)
if item.itemid == 4845 then
doPlayerSay(cid,"Uwaga! Rzucam kostka...",1)
doPlayerSay(cid,"Wlasnie wylosowalem ("..random..")",16)
doSendMagicEffect(topos,17)
end
return 1
end[/LUA]
 

azar951

Active User
Joined
Aug 24, 2008
Messages
124
Reaction score
3
Odp: [7.6] Kostka do gry.

Podaj jeszcze kod ?eby wklei? go do action xml
 
Status
Not open for further replies.
Top