Theres probably a transaction log somewhere havent looked into itYou would have to code that in... It only keeps track globally.
You could do a select query when buying a limited to search the users items (rooms and inventory) to see how many they have
Hmm ok. I did one system like that. With maximum per purchases ltd.
would you ever release it? haha?I’ve got something like this coded on mine so people can only
Buy X amount of each LTD per day to stop one person who’s got enough currency buying a large majority of them
Just logs into a table with the user id and item id and when it hits X amount it stops inserting and doesn’t allow them to buy that LTD until the next day
Would you like to show us how you did it?I coded this system.
Yes please!Share the code?
After I can see if I can do this.
?????I coded this system.
i mean it aint hard to paste a code onto a thread lolTo share the code bro zz
can you pls release it/give it to me and @JMG i'm in need of it rn thank u georgeI’ve got something like this coded on mine so people can only
Buy X amount of each LTD per day to stop one person who’s got enough currency buying a large majority of them
Just logs into a table with the user id and item id and when it hits X amount it stops inserting and doesn’t allow them to buy that LTD until the next day