o.reload ServerRewards
Error while compiling ServerRewards: The type name 'EncryptedValue<>' does not exist in the type 'BasePlayer' | Line: 1875, Pos: 33
Doen's compile after update
Confirmed. We need a patch fix for this one please
Same for me here.
Error while compiling ServerRewards: The type name 'EncryptedValue<>' does not exist in the type 'BasePlayer' | Line: 1875, Pos: 33
same here :)
confirmed, same here
same here
Same here, Error while compiling ServerRewards: The type name 'EncryptedValue<>' does not exist in the type 'BasePlayer' | Line: 1875, Pos: 33
same here
same here :(
Simply change "case BasePlayer.EncryptedValue<ulong> id:" to "case EncryptedValue<ulong> id:" on line 1875
PinguinNordpol
Simply change "case BasePlayer.EncryptedValue<ulong> id:" to "case EncryptedValue<ulong> id:" on line 1875
Thank you so much, it worked!
This worked! Thank you <3
PinguinNordpol
Simply change "case BasePlayer.EncryptedValue<ulong> id:" to "case EncryptedValue<ulong> id:" on line 1875
This works! Thank you 🤝
PinguinNordpol
Simply change "case BasePlayer.EncryptedValue<ulong> id:" to "case EncryptedValue<ulong> id:" on line 1875
Thank you so much!
This works!
PinguinNordpol
Simply change "case BasePlayer.EncryptedValue<ulong> id:" to "case EncryptedValue<ulong> id:" on line 1875
That works, nicely done!
- 1
- 2