16.05.2012, 17:35
Since you use y_ini you have to Kick people before you upload your charfiles. Else OnPlayerDisconnect will save the script values that you loaded and your upload will have no effect.
What you can do is upload a file on your FTP userfolder, and then call OnPlayerConnect with a command, so the new charfile will load without saving the old userfiles. (or kick the players before you upload)
if you don't wanna kick them before uploading, call OnPlayerConnect on the player after you uploaded.
What you can do is upload a file on your FTP userfolder, and then call OnPlayerConnect with a command, so the new charfile will load without saving the old userfiles. (or kick the players before you upload)
if you don't wanna kick them before uploading, call OnPlayerConnect on the player after you uploaded.