03.08.2016, 15:49
1. Why are you encoding the name lol?
You mean your score cant load or save? Try opening the user file and see if the score is written, If the score is written replace:
->
You mean your score cant load or save? Try opening the user file and see if the score is written, If the score is written replace:
Код:
SetPlayerScore(playerid,dUserINT(PlayerName2(playerid)).("Score")); // And here also
Код:
int pScore = (dUserINT(PlayerName2(playerid)).("Score")); SetPlayerScore(playerid, pScore);