12.10.2015, 11:50
Hey there!
Here i got a doubt, the money bar value changes only when we use the function GivePlayerMoney. My question is whether it will change if we use a custom variable for that?
For example
Here i got a doubt, the money bar value changes only when we use the function GivePlayerMoney. My question is whether it will change if we use a custom variable for that?
For example
pawn Код:
PlayerInfo[giveplayerid][Money] += 1000; //money bar value changes to 1000 $ instead of using GivePlayerMoney(playerid,1000);