Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function onUse(cid, item, frompos, item2, topos)
- level = getPlayerLevel(cid)
- local pos = {x = 1009,y = 1025,z=7}
- if (level > 100) and (item.uid == 2177) then
- doPlayerSendTextMessage(cid, 25, "Foi sumonado um item no mapa, ache-o")
- doCreateItem(2160, 1, pos)
- else
- doPlayerSendTextMessage(cid, 25, "Foi sumonado um item no mapa, ache-o")
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment