PDA

View Full Version : Syncing the Item Settings via MySQL?


pcmaster
08-10-2012, 09:07
Hello,

as I am currently developing a Menu to give Donators some special Hats (with changed Attributes), I am looking for a way to save the Settings into a MySQL Database.
The Reason is that they should have the same settings on all Servers, and syncing the tf2items.weapons.txt is a bit too complicated.

Is there anyway to do this?

DarthNinja
08-10-2012, 10:18
The tf2items manager plugin would have to be rewritten to use MySQL.

Afronanny
08-13-2012, 11:47
Hello,
Is there anyway to do this?

Yes. Create a database, have the plugin save/insert values into it when a client disconnects, and load them when a client connects.

It's not a difficult concept.