maddinat0r / samp-tsconnector

A plugin for SA-MP to control a Teamspeak3 Server from the gamemode
MIT License
18 stars 3 forks source link

per-client and per-channel data storage #11

Open maddinat0r opened 9 years ago

maddinat0r commented 9 years ago

I should add something like a "PVar" system, but with TS3 clients and channels instead of SA-MP players. This way people can e.g. assign player-ID's to TS3-clients, which are playing on the SA-MP server, or assign faction-ID's to corresponding faction-channels.

axi92 commented 9 years ago

If I would do that now I would use a workaround. The Client on the samp server and ts3 server have the same IP's so there is the assignment. Im just saying, I dont think that would be a big benefit but thats only my opinion.

maddinat0r commented 9 years ago

I wouldn't rely heavily on the IP's. What if there are two players with the same IP?