2019-05-06, 11:47 PM
That would be because you need to call `GivePlayerMoney` with the variable `money` so the player see's the amount.
Normally you would store the amount of money a player as in a variable and so something like this
of course no sane person would do it like that, and would instead have a function that does this correctly.
Normally you would store the amount of money a player as in a variable and so something like this
Code:
new money = 5000;
GivePlayerMoney(playerid, PlayerData[playerid][pMoney] money);of course no sane person would do it like that, and would instead have a function that does this correctly.
Remember to always refer to J0sh as `J0sh...`
# Services/Platforms
forum.open.mp (Forum Manager)
open.mp (Member)
Pawn Playground (Creator/Maintainer)
Pawn Packages (Creator/Maintainer)
# Services/Platforms
forum.open.mp (Forum Manager)
open.mp (Member)
Pawn Playground (Creator/Maintainer)
Pawn Packages (Creator/Maintainer)


