Advertisement
IDontDie

Untitled

Aug 3rd, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. SERVER
  2. function GetPlayerMoney(ply) -- Get money amount
  3. function AddNotes(ply, amt) -- Give money
  4. function RemoveNotes(ply, amt) -- remove money
  5. function GetAllNotes() -- get money of all players
  6. CLIENT
  7. function GetTotal() -- Get the total amount of money that's been earned
  8. function GetPlayerMoney(ply)-- Get per-player money info (earned/spent)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement