Advertisement
Guest User

Untitled

a guest
Feb 28th, 2015
179
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. How the system works:
  2.  
  3. 1 - You donate X Amount of dollars.
  4. 2 - When it has gone through, the sql table where the players steam id will get that amount added on or created if it does not exist
  5.  
  6. EXAMPLE:
  7.  
  8. If jim has 5 in donations on the sql database and donates another 10, it will now be 15.
  9.  
  10.  
  11. IN GAME:
  12.  
  13. Players get their steamid checked against the sql database to see if they have credits.
  14.  
  15. If they do then load that amount.
  16.  
  17. They can buy things in game with credits such as ranks.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement