Posts: 208
Threads: 41
Joined: Jul 2018
Reputation:
0
Hello guys, i am making a GameMode and i want when player will register so he will have to choose the team and that will be his permanent team after whenever is come's online so after login he will be spawned at his registered team.
NOTE: I am using SQLite
Posts: 484
Threads: 189
Joined: Jun 2016
Reputation:
0
Do it in the same way as you do for saving a skin
Posts: 208
Threads: 41
Joined: Jul 2018
Reputation:
0
I thought you gonna help me with some coding's
Posts: 415
Threads: 51
Joined: Oct 2007
Reputation:
0
think of it this way, you need to save a variable with the team id in his account when he register, after when he login again, simply read that variable from his account and set his team accordingly
Posts: 208
Threads: 41
Joined: Jul 2018
Reputation:
0
Thanks, got it
+REP to both