• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

How to show a storage value inside the skill window?

calveron

Bravemansworld
Joined
Feb 5, 2008
Messages
165
Reaction score
13
Location
Sweden
Hey! I could use some help here.
I want to show a specific storage value inside the skill window. I already figured out how to send the information from the server to the client, I just need help with how to show the value inside the client.

Any help is appreciated!
 
In your init, register the opcode with a function.
then in the function you get the buffers from opcode.
with the buffers you refresh the window with the informations.
 
Someone can help?
Sorry for revive post, but is my question too.

Thanks!

EDIT...
Can I use
doSendPlayerExtendedOpcode
?
 
Last edited:
Back
Top