• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Where is the addons stored?

kalle303

New Member
Joined
Oct 13, 2007
Messages
108
Reaction score
4
Location
Sweden
Hello! I wonder where all the addons is stored?
When you buy an addon from Addon NPC, where is it stored that you've got both citizen addons? I'm new with MySQL..
But in XML i remember it looked like this:
<addon outfit="128" type="3"/>

I'm using TFS 0.3.4 with MySQL.
/Kalle303
 
It's stored in your server database, go to http://localhost/phpmyadmin (if you're using phpmyadmin) login with root and your password
then click on the server database (theforgottenserver) then go to the player table then select the player you want then press edit, then find "lookaddons" and fill in 1,2,3.
 
Back
Top