VORPCORE / VORP-Banks

An Script for banking and bank robbery
GNU General Public License v3.0
5 stars 7 forks source link

Money transfer. #5

Open zek0 opened 3 years ago

zek0 commented 3 years ago

Hello! Problem with refresh account balance

Example: If player transfer to me money, my account balance not refreshed. In database my balance numbers is ok, but UI not refreshed.

Thanks

NeoGaming22 commented 3 years ago

Transfers pulling errors for me as well, rest of bank works fine Error invoking callback for event vorp:bankWithdraw: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Collections.Generic.KeyNotFoundException: The given key 'steam:110000103b7d178' was not present in the dictionary.

Error invoking callback for event vorp:bankTrasference: System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Collections.Generic.KeyNotFoundException: The given key '(steam:1100001118a7b62, 68)' was not present in the dictionary.

at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in :0

at VORP_BankServer.Bank.Transference (CitizenFX.Core.Player playerSend, System.String toSteamId, System.Int32 charid, System.Double gold, System.Double money, System.Boolean instant, System.String subject) [0x0004c] in <52489b8d9ee746cfbf2f0dbdc37b826a>:0

at VORP_BankServer.Server.Transference (CitizenFX.Core.Player player, System.String toSteamId, System.Int32 tocharId, System.Double money, System.Double gold, System.Boolean instantTak, System.String usedBank, System.String subject) [0x00021] in <52489b8d9ee746cfbf2f0dbdc37b826a>:0

at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)

at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in :0

Exception_EndOfInnerExceptionStack

CBJaxxx commented 1 year ago

try the latest release.