Nworthy 0 Report post Posted September 20, 2015 Hi all,So this may be a bit of a noobish question but I was wondering if anyone has figured out a way to automatically give people some money the first time they join my server.I was thinking is there a way to use the steamid to check if it is someone first time and if it is give them x amount of money along which their starting g equipment.Any help would be appreciated.Nworthy Share this post Link to post Share on other sites
Miannie83 27 Report post Posted September 20, 2015 You can set it in your database.Database table is the account table, there you will see a "money' row and a default value. Set the default to what ever you wish and presto your done, when a new player is created on your database they will default with that amount of money. And its a once off, not every time they spawn in, only on the first time. 1 Share this post Link to post Share on other sites
JaykePC 2 Report post Posted September 20, 2015 As stated above, edit the default value for 'money'. Every new user that joins will start with X amount. Share this post Link to post Share on other sites
Nworthy 0 Report post Posted September 20, 2015 Thanks for the response! Share this post Link to post Share on other sites
Nworthy 0 Report post Posted September 20, 2015 Hi guys,I'm currently struggling where the database table is?Could you provide any help?Kind regards,Nworthy Share this post Link to post Share on other sites
Miannie83 27 Report post Posted September 21, 2015 Hi guys,I'm currently struggling where the database table is?Could you provide any help?Kind regards,NworthyThat will depend on who you are using to host your server, or if its just on your local machine. Share this post Link to post Share on other sites
Nworthy 0 Report post Posted September 21, 2015 Gtx gaming is the host Share this post Link to post Share on other sites
<Z>SneakyDude 24 Report post Posted September 21, 2015 You even have access to the table structure with GTX? I know before companies would lock those features, import, backup and export. You would type in the desired username and password.Since its dedicated box I wonder the work around to install MySQL Share this post Link to post Share on other sites
LoadingSA 0 Report post Posted September 21, 2015 (edited) Never mind I'm just not used to workbench. Edited September 21, 2015 by LoadingSA Share this post Link to post Share on other sites
Miannie83 27 Report post Posted September 22, 2015 Gtx gaming is the host So you have a php myadmin button on your server control page? You need to log into that and you will find your data tables Share this post Link to post Share on other sites