16.05.2017, 13:25
I'm surprise that you not say anything about erros
https://sampwiki.blast.hk/wiki/GetPlayerMoney
https://sampwiki.blast.hk/wiki/GetPlayerScore
need to be like this:
Same goes for score.
And how to load if it's not saving at all.
Edit: Use GivePlayerMoney and SetPlayerScore after the loading. I mean below where you load the money and score.
Edit2: Considering using server-side money and score, a little protection from cheaters
https://sampwiki.blast.hk/wiki/GetPlayerMoney
https://sampwiki.blast.hk/wiki/GetPlayerScore
need to be like this:
PHP код:
new money;
money = GetPlayerMoney(playerid);
And how to load if it's not saving at all.
Edit: Use GivePlayerMoney and SetPlayerScore after the loading. I mean below where you load the money and score.
Edit2: Considering using server-side money and score, a little protection from cheaters