ege Posted June 3, 2020 Share Posted June 3, 2020 I wanted a permanent ID system, but it only appears on the scoreboard Link to comment
Other Languages Moderators androksi Posted June 7, 2020 Other Languages Moderators Share Posted June 7, 2020 You'll need an external database or use the current one from MTA: SA. Functions that you'll need (if using external database): dbConnect, dbQuery, dbExec Functions that you'll need (if using internal MTA: SA database) setAccountData, getAccountData Events that you'll probably need: onPlayerLogin, onPlayerLogout That's all. We won't give you an existing system, try to do it by yourself. We'll help you if you have any questions. Or... try to find the resource on MTA's community (https://community.multitheftauto.com/) Link to comment
MrKAREEM Posted June 7, 2020 Share Posted June 7, 2020 14 hours ago, andreisrww said: You'll need an external database or use the current one from MTA: SA. Functions that you'll need (if using external database): dbConnect, dbQuery, dbExec Functions that you'll need (if using internal MTA: SA database) setAccountData, getAccountData Events that you'll probably need: onPlayerLogin, onPlayerLogout That's all. We won't give you an existing system, try to do it by yourself. We'll help you if you have any questions. Or... try to find the resource on MTA's community (https://community.multitheftauto.com/) and GetAccountID ? 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