(adsbygoogle = window.adsbygoogle || []).push({});
Hello, Im getting this promblem 'Trying to set persistent player data while connected to a server [LiveStorage_DataSetCmd, clcState = 9'
i believe this occurs when you run a dvar like setplayerdata prestige 3 instead of using that you need to add in disconnect so your final dvar would look something like this "disconnect; setplayerdata prestige 10; uploadStats" without the "". Hope this helps. If im wrong let me know but this is what i believe you have done wrong. Everytime you run a dvar that alters your online stats you need to include disconnect; and uploadStats otherwise you will get that error.