KINGKIN 1 Posted August 13, 2018 I want to record the player's uid, kill the enemy number, name to the database in the multiplayer mission, to show the player's killing number, How to use extdb3 to record the player's killing number, uid, name to the database?Please help me, thank you! 1 Share this post Link to post Share on other sites
HazJ 1289 Posted August 13, 2018 Check out extDB3. There is also an MySQL plugin by @PixeL_GaMMa that you can use as well. Alternative would be profileNamespace as well. Clients can however edit their .vars file if you don't store on the server profile. https://bitbucket.org/torndeco/extdb3/wiki/Home https://colinstewart.pw/article/armadb-mysql-mariadb-plugin-arma-server-side-mods-16 https://community.bistudio.com/wiki/profileNamespace 1 Share this post Link to post Share on other sites
code34 248 Posted August 13, 2018 In summary, you have to follow thoses steps : if you know SQL and want to use extdb3 install your mysql database, create your database + tables install extdb3 use oo_extdb3 and check if you access to db server, database and table build your code to insert/update/delete the score (with the locality mindset) if you don't know SQL langage, there are alternative methods like profilenamespace, or inidbi2 it is not recommended to use compiled dlls whose code is not officialy published, and the license is not known. There is no guarantee on this. 2 Share this post Link to post Share on other sites
-JpS-RaptorMan 1 Posted August 27, 2020 Bitbucket gave up mercurial support this year ... found someone had backed up the wiki too!https://github.com/SteezCram/extDB3/wiki Share this post Link to post Share on other sites