TavstalDev / TShop2

SQL based async item and vehicle shop plugin for Unturned 3
GNU General Public License v3.0
3 stars 0 forks source link

Can't buy stuff if the balance is less than the price #5

Closed TavstalDev closed 3 months ago

TavstalDev commented 3 months ago

Command:

FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
  at System.Text.StringBuilder.AppendFormatHelper (System.IFormatProvider provider, System.String format, System.ParamsArray args) [0x000f9] in <47fc8c70fa834cbf8141d7c1a7589125>:0
  at System.String.FormatHelper (System.IFormatProvider provider, System.String format, System.ParamsArray args) [0x00023] in <47fc8c70fa834cbf8141d7c1a7589125>:0
  at System.String.Format (System.String format, System.Object[] args) [0x00020] in <47fc8c70fa834cbf8141d7c1a7589125>:0
  at Tavstal.TLibrary.Compatibility.PluginBase`1[PluginConfig].Localize (System.Boolean AddPrefix, System.String translationKey, System.Object[] args) [0x00071] in <8538b98ef8c943e98c893ba24f10f5b4>:0
  at Tavstal.TLibrary.Helpers.Unturned.UChatHelper.SendCommandReply (Tavstal.TLibrary.Compatibility.Interfaces.IPlugin plugin, System.Object toPlayer, System.String translation, System.Object[] args) [0x00016] in <8538b98ef8c943e98c893ba24f10f5b4>:0
  at Tavstal.TShop.CommandBuyItem.Execute (Rocket.API.IRocketPlayer caller, System.String[] args) [0x002de] in <df1252318c234c54af8c9f53d7010294>:0
  at System.Runtime.CompilerServices.AsyncMethodBuilderCore+<>c.<ThrowAsync>b__7_0 (System.Object state) [0x00000] in <47fc8c70fa834cbf8141d7c1a7589125>:0
  at UnityEngine.UnitySynchronizationContext+WorkRequest.Invoke () [0x00002] in <fcaf289839f24125a059795f150fce14>:0
  at UnityEngine.UnitySynchronizationContext.Exec () [0x00056] in <fcaf289839f24125a059795f150fce14>:0
  at UnityEngine.UnitySynchronizationContext.ExecuteTasks () [0x00014] in <fcaf289839f24125a059795f150fce14>:0

UI:

[TShop] [EXCEPTION] > Error in UEventHandler -> OnButtonClick(bt_tshop_basket#buy):
[TShop] [ERROR] > System.FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list.
  at System.Text.StringBuilder.AppendFormatHelper (System.IFormatProvider provider, System.String format, System.ParamsArray args) [0x000f9] in <47fc8c70fa834cbf8141d7c1a7589125>:0
  at System.String.FormatHelper (System.IFormatProvider provider, System.String format, System.ParamsArray args) [0x00023] in <47fc8c70fa834cbf8141d7c1a7589125>:0
  at System.String.Format (System.String format, System.Object[] args) [0x00020] in <47fc8c70fa834cbf8141d7c1a7589125>:0
  at Tavstal.TLibrary.Compatibility.PluginBase`1[PluginConfig].Localize (System.Boolean AddPrefix, System.String translationKey, System.Object[] args) [0x0008e] in <8538b98ef8c943e98c893ba24f10f5b4>:0
  at Tavstal.TLibrary.Compatibility.PluginBase`1[PluginConfig].Localize (System.String translationKey, System.Object[] args) [0x00001] in <8538b98ef8c943e98c893ba24f10f5b4>:0
  at Tavstal.TShop.Handlers.UnturnedEventHandler.Event_OnButtonClick (SDG.Unturned.Player player, System.String button) [0x01212] in <df1252318c234c54af8c9f53d7010294>:0