Advertisement
Skymagnum

Untitled

May 8th, 2013
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.34 KB | None | 0 0
  1. function onSay(cid, words, param, channel)
  2.  
  3.     if (tostring(param)) and (param ~= nil) then
  4.         local item = doPlayerAddItem(cid, 3955, 1)
  5.         doItemSetAttribute(item, "description", "Este item serve para fazer macumba ao player " .. param)
  6.     else
  7.         doPlayerSendCancel(cid, "Digite um nome.")
  8.     end
  9.  
  10.     return true
  11. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement