Score not saving !
#8

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:
Код:
SetPlayerScore(playerid,dUserINT(PlayerName2(playerid)).("Score"));  // And here also
->
Код:
int pScore = (dUserINT(PlayerName2(playerid)).("Score")); 
SetPlayerScore(playerid, pScore);
Reply


Messages In This Thread
Score not saving ! - by Miller007 - 01.08.2016, 17:51
Re: Score not saving ! - by Miller007 - 01.08.2016, 17:53
Re: Score not saving ! - by Miller007 - 02.08.2016, 08:16
Re: Score not saving ! - by IceBilizard - 02.08.2016, 08:25
Re: Score not saving ! - by Shinja - 02.08.2016, 09:39
Re: Score not saving ! - by Miller007 - 02.08.2016, 09:43
Re: Score not saving ! - by Shinja - 02.08.2016, 09:56
Re: Score not saving ! - by MafiaOink - 03.08.2016, 15:49

Forum Jump:


Users browsing this thread: 1 Guest(s)