Advertisement
RoksasNunes

Outfit quest

Apr 11th, 2013
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.36 KB | None | 0 0
  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.             doPlayerSendTextMessage(cid, 20, "Quest completa, addon recebido!")
  7.                 else
  8.                     doPlayerSendTextMessage(cid, 20, "I'ts empty!")
  9.                 end
  10.                     return true
  11.                 end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement