Guest User

Untitled

a guest
Jun 23rd, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. if getPlayerStorageValue (cid, Storage) == -1 then
  2. setPlayerStorageValue (cid, Storage, 2)
  3.  
  4.  
  5. if item.uid == 12321 then
  6. doPlayerAddItem(cid, 11117, 1, true)
  7.  
  8. elseif item.uid == 1952 then
  9. doPlayerAddITem(cid, 2365, 1, true)
  10. elseif item.uid == 1089 then
  11. doPlayerAddItem(cid, 7428, 1, true)
  12. end
  13. end
  14. end
Add Comment
Please, Sign In to add comment