Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- local function playerSkillSpellFix(cid)
- --local checkItem = getPlayerSlotItem(cid, CONST_SLOT_BONUS_BACKPACK).itemid
- if getPlayerSlotItem(cid, CONST_SLOT_BONUS_BACKPACK).itemid == 0 then
- local addSpecialBP = doPlayerAddItem(cid,9531, 1, false, CONST_SLOT_BONUS_BACKPACK)
- -- [] od konca
- doAddContainerItem(addSpecialBP,13557,1) -- [8] -1
- doAddContainerItem(addSpecialBP,13550,1) -- [1]
- end
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement