Advertisement
RoksasNunes

Quest outfit edited

Apr 11th, 2013
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. local look = 127 -- Looktype do Outfit que irรก ganhar!
  2.  
  3. function onUse(cid, item, frompos, item2, topos)
  4.     if getPlayerStorageValue(cid, 18039) == -1 then
  5.         doPlayerAddOutfit(cid, look, 3)
  6.             setPlayerStorageValue(cid, 18039, 1)
  7.             doPlayerSendTextMessage(cid, 20, "Quest completa, addon recebido!")
  8.                 else
  9.                     doPlayerSendTextMessage(cid, 20, "I'ts empty!")
  10.                 end
  11.                     return true
  12.                 end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement