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

GAME STORE TFS_1.5

uhuadhuahds

Member
Joined
Nov 20, 2018
Messages
25
Reaction score
6
Hello, I have a problem: when I add points to a player, the points are added to the database in real-time, but in the in-game store, they are added after some delay.

I'm using TFS 1.5.


1708598389676.png
 
Your store is a just a client module. On the server, on a successful purchase, send an opcode to update the balance (or piggyback off a callback, if one already exists).
 
Back
Top