• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

Search results

  1. fyalhed

    TFS 0.X Auto recharge assassin stars on hands

    No errrors, just not work :(
  2. fyalhed

    TFS 0.X Auto recharge assassin stars on hands

    My fault its not about the item ID or variable If i do: local assassin_stars_itemID = 7368 local function refillAssassinStars(cid, ammo_count) if isPlayer(cid) then print(01001) doPlayerRemoveItem(cid, assassin_stars_itemID, ammo_count) doPlayerAddItem(cid...
  3. fyalhed

    TFS 0.X Auto recharge assassin stars on hands

    I'm sorry, i dont understand your point, everything was tested was you can see on prints, the problem is if i remove a item to add another, its works, but when i try to add the item assassin star id n try to add assassin star item id, looks like it even dont move
  4. fyalhed

    TFS 0.X Auto recharge assassin stars on hands

    Why this script is not recharging assassin star on hands? This script should work like this, when you shot the last assassin star u hand on hands, it recharge with how many u have in your backpack I've changed doPlayerAddItem(cid,assassin_stars_itemID, ammo_count) To doPlayerAddItem(cid, 2260...
  5. fyalhed

    TFS 0.X Auto assassin star recharge

    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)...
  6. fyalhed

    TFS 0.X Auto assassin star recharge

    Using @Xikini base local assassin_stars_itemID = 7368 local function refillAssassinStars(cid, ammo_count) if isPlayer(cid) then print(01001) doPlayerRemoveItem(cid, assassin_stars_itemID, ammo_count) doPlayerAddItem(cid, assassin_stars_itemID, ammo_count)...
  7. fyalhed

    Sprite Target circle

    I wanna know too...
  8. fyalhed

    TFS 0.X Auto assassin star recharge

    bump
  9. fyalhed

    TFS 0.X Auto assassin star recharge

    bump
  10. fyalhed

    TFS 0.X Auto assassin star recharge

    Make the player use a talkaction or a spell to recharge the ammo is almost let player refill on hands On boots u have 2000 assassin stars on backpack and it refill everytime after over I have to do it in movemment, but i have no idea why its not work
  11. fyalhed

    TFS 0.X Auto assassin star recharge

    No! I just wanna make a script to auto recharge XD Like bots do, bot for player who play on hands, to be fair.
  12. fyalhed

    TFS 0.X Auto assassin star recharge

    bump
  13. fyalhed

    TFS 0.X Auto assassin star recharge

    bump
  14. fyalhed

    TFS 0.X Auto assassin star recharge

    bump
  15. fyalhed

    TFS 0.X Auto assassin star recharge

    bump
  16. fyalhed

    TFS 0.X Auto Loot onOpenCorpse

    bump
  17. fyalhed

    TFS 0.X Auto assassin star recharge

    bump
  18. fyalhed

    TFS 0.X Auto Loot onOpenCorpse

    bump
  19. fyalhed

    TFS 0.X Auto assassin star recharge

    bump
  20. fyalhed

    TFS 0.X Auto Loot onOpenCorpse

    bump
Back
Top