Advertisement
Guest User

Some shite that im forced to do for FB

a guest
May 6th, 2015
241
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.56 KB | None | 0 0
  1. local ServerPage = {}
  2.  
  3. ServerPage.Name = "Staff Members" // The name of the page. This will show in the buttons at the top.
  4. ServerPage.Icon = "" // The icon of the page. You can type "" for no icon.
  5. ServerPage.Type = "html" // The type of page. You can choose "text", "command", "url", and "html"
  6. ServerPage.Data = [[
  7. <font color="white">
  8. <h2><b>Owner</b></h2>
  9. <a href="http://steamcommunity.com/id/Jwoolley/"><img src="http://steamsignature.com/profile/english/76561198030856249.png"></a>
  10. <h2><b>The Developers/Designers</b></h2>
  11. <a href="http://steamcommunity.com/id/AdamLambster"><img src="http://steamsignature.com/profile/english/76561198068214562.png" alt="" title="" /></a>
  12. <a href="http://steamcommunity.com/id/StormFusions"><img src="http://steamsignature.com/profile/english/76561198047843463.png" alt="" title="" /></a>
  13. <a href="http://steamcommunity.com/id/anonymouslyknown/"><img src="http://steamsignature.com/profile/english/76561198098563253.png"></a>
  14. <a href="http://steamcommunity.com/id/AdvancedCreation/"><img src="http://steamsignature.com/profile/english/76561197992534826.png"></a>
  15. <h2><b>The Staffleaders</b></h2>
  16. <h2><b>Super Admin</b></h2>
  17. <a href="http://steamcommunity.com/profiles/76561198078554847"><img src="http://steamsignature.com/profile/english/76561198078554847.png" alt="" title="" /></a>
  18. <a href="http://steamcommunity.com/id/AdamLambster/"><img src="http://steamsignature.com/profile/english/76561198068214562.png" alt="" title="" /></a>
  19. <h2><b>The Admins</b></h2>
  20. <a href="http://steamcommunity.com/profiles/76561198046641208/"><img src="http://steamsignature.com/profile/english/76561198046641208.png" alt="" title="" /></a>
  21. <a href="http://steamcommunity.com/profiles/76561198072722597"><img src="http://steamsignature.com/profile/english/76561198072722597.png" alt="" title="" /></a>
  22. <a href="http://steamcommunity.com/id/Teasus/"><img src="http://steamsignature.com/profile/english/76561198110009432.png" alt="" title="" /></a>
  23. <a href="http://steamcommunity.com/id/dawndaynight/"><img src="http://steamsignature.com/profile/english/76561198137734237.png" alt="" title="" /></a>
  24. <h2><b>The Mods</b></h2>
  25. <a href="http://steamcommunity.com/id/LauraShark"><img src="http://steamsignature.com/profile/english/76561198087461824.png" alt="" title="" /></a>
  26. <a href="http://steamcommunity.com/id/bearcheky/"><img src="http://steamsignature.com/profile/english/76561198023431670.png" alt="" title="" /></a>
  27. <a href="http://steamcommunity.com/profiles/76561198084302120/"><img src="http://steamsignature.com/profile/english/76561198084302120.png" alt="" title="" /></a>
  28. <a href="http://steamcommunity.com/profiles/76561198091270126/"><img src="http://steamsignature.com/profile/english/76561198091270126.png" alt="" title="" /></a>
  29. <a href="http://steamcommunity.com/profiles/76561198122014218/"><img src="http://steamsignature.com/profile/english/76561198122014218.png" alt="" title="" /></a>
  30. <a href="http://steamcommunity.com/profiles/76561198081262143/"><img src="http://steamsignature.com/profile/english/76561198081262143.png" alt="" title="" /></a>
  31. </font>
  32. ]] // The data. For "text" this is just text you want to display. For "command" type a console command. For "url" type a url. For "HTML" type html. Look at all the example pages
  33. ServerPage.Accept = false // If this page should have an "Accept" button, choose the text for it here. If not, set this to ServerPage.Accept = false
  34.  
  35.  
  36. SM_SH.AddPage(ServerPage.Name,ServerPage.Icon,ServerPage.Type,ServerPage.Data,ServerPage.Accept)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement