Advertisement
XConquer

RacePoint to Donation

Apr 14th, 2024
941
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.75 KB | None | 0 0
  1. how to use/convert RacePoint Store to Donation Store
  2.  
  3. 1.- in the Source and Client find the File named RacePointShop.ini
  4. 2.- Modify the File as u Like for example Delete all items and make Empty File, for example this [ https://prnt.sc/mPY-jrg5zKDW ]
  5. 3.- Same Modifys in the SOURCE/CLIENT (Same File)
  6. 4.- Explanation of the code in the Shop
  7. 616439  5000  item     other      new
  8. IDITEM  Price NotMove  NotMove    Sticker new or hot
  9.  
  10. for example if i want added Wings i make like this
  11. 204009 2000000 item other new
  12.  
  13. 5.- How i can give the Points to Players can make Command or put in Bosses with this Code:
  14.  killer.Owner.RacePoints += 50;//This code is for Points
  15. ===================================================
  16. if u want i make all, have a cost.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement