Closed I-E-A-I-A-I-O closed 2 years ago
I get this error when trying to use the Big Message scaleform:
System.ArgumentException: Unexpected argument type UInt32. Parameter name: parameters at LemonUI.Scaleform.BaseScaleform.CallFunctionBase(String function, Object[] parameters) at LemonUI.Scaleform.BaseScaleform.CallFunction(String function, Object[] parameters) at LemonUI.Scaleform.BigMessage..ctor(String title, String weapon, WeaponHash hash)
It happens when this line gets executed:
This happens because we don't have an entry for unsigned integers in CallFunctionBase. This affects all scaleforms that pass unsigned integers for them to work.
https://github.com/justalemon/LemonUI/blob/7132abddf5ea76266d3bdb84f048e285b784f46c/LemonUI/Scaleform/BaseScaleform.cs#L109-L181
I get this error when trying to use the Big Message scaleform:
It happens when this line gets executed: