Load balancer + kills text + most time and some other stuff

This commit is contained in:
Sewmina
2022-09-08 02:23:59 +05:30
parent 7cdb3dc451
commit 4493a34565
49 changed files with 174318 additions and 4466 deletions

View File

@@ -80,6 +80,13 @@ public class LoginManager : MonoBehaviour
PlayerPrefs.SetString("password", login_password.text);
PlayerPrefs.Save();}
DBmanager.username = login_username.text;
DBmanager.SetPentaKills(int.Parse(www.text.Split('\t')[14]),true);
DBmanager.SetQuadKills(int.Parse(www.text.Split('\t')[13]),true);
DBmanager.SetTripleKills(int.Parse(www.text.Split('\t')[12]),true);
DBmanager.SetDoubleKills(int.Parse(www.text.Split('\t')[11]),true);
DBmanager.SetMostTime(int.Parse(www.text.Split('\t')[10]),true);
DBmanager.SetPurchasedSkins(www.text.Split('\t')[9]);
DBmanager.GetInventoryFromServer(www.text.Split('\t')[8]);