JAY.ANN Posted September 16, 2022 Share Posted September 16, 2022 I'd like to create a system that gives a new player some money after their registration. But it needs to be attached to player's serial to avoid the money dump via creating new accounts and sending money from created account to the player's main account. Is that possible? Link to comment
Snow-Man Posted September 16, 2022 Share Posted September 16, 2022 yes its possible by using the following functions -getPlayerSerial - givePlayerMoney -getAccount -addEvent -addEventHandler and others table as attached to the source ( the player who is going to create a new account ) and a lot of customized functions if you need any help i can help you more on it 1 Link to comment
JAY.ANN Posted September 16, 2022 Author Share Posted September 16, 2022 6 minutes ago, Snow-Man said: yes its possible by using the following functions -getPlayerSerial - givePlayerMoney -getAccount -addEvent -addEventHandler and others table as attached to the source ( the player who is going to create a new account ) and a lot of customized functions if you need any help i can help you more on it If you can help to me with that - I'd be very grateful! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now