Advertisement
poxipox

Untitled

Feb 26th, 2024
796
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.42 KB | None | 0 0
  1. local function playerSkillSpellFix(cid)
  2.     --local checkItem = getPlayerSlotItem(cid, CONST_SLOT_BONUS_BACKPACK).itemid
  3.     if getPlayerSlotItem(cid, CONST_SLOT_BONUS_BACKPACK).itemid == 0 then
  4.         local addSpecialBP = doPlayerAddItem(cid,9531, 1, false, CONST_SLOT_BONUS_BACKPACK)
  5.         -- [] od konca
  6.        
  7.        
  8.         doAddContainerItem(addSpecialBP,13557,1) -- [8] -1
  9.        
  10.         doAddContainerItem(addSpecialBP,13550,1) -- [1]
  11.    
  12.  
  13.     end
  14. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement