If i change this line to blank rune ID:
doPlayerAddItem(cid, 2260, ammo_count)
local function refillAssassinStars(cid, ammo_count)
if isPlayer(cid) then
print(01001)
doPlayerRemoveItem(cid, assassin_stars_itemID, ammo_count)
doPlayerAddItem(cid, 2260, ammo_count)...