Advertisement
Guest User

Untitled

a guest
Jul 21st, 2021
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. stock GivePlayerCash(playerid, type, money) {
  2. switch(type) {
  3. case 0: Add64Bit(StoreMoney[playerid], MoneyMoney[playerid], -money), ArataMoney(playerid, 1, money);
  4. case 1: Add64Bit(StoreMoney[playerid], MoneyMoney[playerid], money), ArataMoney(playerid, 0, money);
  5. }
  6. UpdatePlayer(playerid);
  7. return true;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement