Advertisement
Guest User

Untitled

a guest
Mar 11th, 2018
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.59 KB | None | 0 0
  1. 1) A chat with ranks (not levels) :
  2. Each rank have a different [Rank] color
  3.  
  4. Rank 1 : Admin -> They can delete a message, ban or chat ban a user (Purple color)
  5. Rank 2 : Moderator -> They can delete a message or chat ban a user (pink color)
  6. Rank 3 : Youtuber -> Just chat rank (red color)
  7. Rank 4 : High gambler -> Just chat rank (yellow color)
  8. Rank 5 : VIP -> Just chat rank (blue color)
  9. Rank 6 : NORANK -> normal player (they haven't any rank)
  10.  
  11.  
  12. Exemple of a rank in a chat :
  13. Vukast [ADMIN] : Hi !
  14. Player4 : Hello !
  15. The [ADMIN] is in purple, the [Moderator] in pink,...
  16. They player4 don't have any rank !
  17.  
  18.  
  19. 2) 3 Differents jackpot :
  20. 1. Normal Jackpot
  21. 2. Small Jackpot
  22. 3. Event
  23.  
  24. These pot have a config file where I can change the max deposite, the min deposite, the min value of a skin accepted and the timer for each different pot
  25.  
  26. In a pot there is :
  27. -a timer
  28. -a deposite button
  29. -a list of deposited items with the username (when you press on a username it show his steamprofile) and the amount he deposited
  30. -a roll when the timer is on 0sec
  31.  
  32. 3) A login with a tradelink setup
  33.  
  34. 4) A provably  page
  35.  
  36. 5) A contact page
  37.  
  38. 6) Multibot setup (I have already 2 bots)
  39.  
  40. 7) Wenn you press the deposite button : It load you inventory, then you can choose you item and it will send your items (the inventory sytem don't show forbitten items (like souvenir or skin that have a value lower than accepted)
  41. This System is exactly the same as in {LINK REMOVED} !
  42.  
  43. 8) Wenn you press a user name (in the pot) it go into his steam profile
  44.  
  45.  
  46. 9) A config file (or more if needed) with :
  47. -The bots logins
  48. -The pots settings :
  49. Min and max deposite, Min and max skin value accepted, the timer and the roll animation speed.
  50.  exemple :
  51. Bots username : ["bot1", "bot2"]
  52. Bots password : ["pass1", "pass2"]
  53. Bots secret : ["secret" , "secret"]
  54. ...
  55. Pot1MaxDeposite : 5$
  56. Pot2MaxDeposite : 1000$
  57. Pot3MaxDeposite : 50$
  58. Pot1MinDeposite : 0.1$
  59. Pot2MinDeposite : 1$
  60. Pot3MinDeposite : 5$
  61. Pot1MinSkinValueAccepted : 0.05$
  62. and more....
  63.  
  64.  
  65.  
  66. Website style :
  67. Colors : Grey and White
  68. Placement : On the top bar : The website logo on the left and on the right the steam login (or the User Name + User Picture and a change url link jf the User is logged on)
  69. On the center :
  70. On the left : the chat
  71. On the middle and right : the jackpot
  72. On top of jackpot : The 3 buttons for the 3 different pot
  73. On the bottom : a very small bar with on the left : the website name
  74.  
  75. The website I want is very similar to this website : {LINK REMOVED}
  76.  
  77.  
  78. Please don't include too much file (too much .php file or too much .js file)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement