• 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!

problem with shop module, dont show points amount

poncex

New Member
Joined
Nov 11, 2012
Messages
41
Reaction score
4
hello everyone, I am creating from 0 and I have problems that it does not show me the number of points that the account has, I already enabled the opcode option in the otcv8, I also added the opcode lines to the script but it still does not work, it is missing add something else?

this is my script: Paste ofCode (https://paste.ofcode.org/AVbkk2BkLr2CiyFFzENrjD)

please if any can help :(
 

Attachments

  • imagen_2023-03-14_180009159.png
    imagen_2023-03-14_180009159.png
    14.7 KB · Views: 30 · VirusTotal
use fookin loops instead coping and pasting functions


btw. this code snippet is not related with points.

you can try to paste static points / coins balance - line 71

Lua:
storeWindow.balanceInfo.coinBalance:setText(comma_value(buffer))
to
Lua:
storeWindow.balanceInfo.coinBalance:setText(12312312312)

or

storeWindow.balanceInfo.coinBalance:setText("12312312312")
 
it doesn't work anyway, added a function to the system talkaction even and it doesn't work either
 
Back
Top