Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function onSay(cid, words, param, channel)
- if (tostring(param)) and (param ~= nil) then
- local item = doPlayerAddItem(cid, 3955, 1)
- doItemSetAttribute(item, "description", "Este item serve para fazer macumba ao player " .. param)
- else
- doPlayerSendCancel(cid, "Digite um nome.")
- end
- return true
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement