Store data in an addon

Nickname

New Member
Jan 3, 2018
1
0
13
Hey, I am writing a Teamspeakaddon in C based on the example plugin(.c) and I was wondering how to store (and retrieve) a char-array/string during multiple sessions, like for example in a config system. I found some code about probably related stuff in ts3plugin_init() but I'd be really glad if someone could provide a complete example on how to store, override and get a string from some sort of config file because I was not able to get it to work myself.
 
Top