Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

1.2.0

Latest
Compare
Choose a tag to compare
@MrMith MrMith released this 16 Sep 11:57
5dd454b

Renamed si_914enable to si_enable914
Renamed si_914handorinv to si_handorinv914
Renamed si_914itemstosave to si_itemstosave914

Now with 100% less OnUpdate

  • Added Pipes!
    • SetItemAmountForPlayer(ItemType itemtype, int amount, string SteamID)
      • Sets the amount of items a player has, returns bool which doesn't matter because you cannot return void. (Only within my stack system)
    • GetItemAmountForPlayer(ItemType itemtype, string SteamID)
      • Gets the amount of items a player has, returns int. (Only within my stack system)
    • AddItemAmountForPlayer(Itemtype itemtype, int amount, string steamid)
      • Adds the amount items to the player, returns bool which doesn't matter because you cannot return void. (Only within my stack system)
    • ClearAllItemStackInformation(string steamid)
      • Clears my stack information for player by steamid, returns bool which doesn't mattter because you cannot return void.

Renamed output file to 0StackingItems.dll to help with piping.
Version 1.2.0
Requires 3.5.1-F or higher.