Advertisement
VXP

gmod loading screen js

VXP
Oct 25th, 2018
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.51 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <script>
  5. function GameDetails( servername, serverurl, mapname, maxplayers, steamid, gamemode )
  6. {
  7.     console.log( "GameDetails" );
  8. }
  9. function SetFilesTotal( total )
  10. {
  11.     console.log( "SetFilesTotal" );
  12. }
  13. function DownloadingFile( fileName )
  14. {
  15.     console.log( "DownloadingFile" );
  16. }
  17. function SetStatusChanged( status )
  18. {
  19.     console.log( "SetStatusChanged" );
  20. }
  21. function SetFilesNeeded( needed )
  22. {
  23.     console.log( "SetFilesNeeded" );
  24. }
  25. </script>
  26. </head>
  27. <body>
  28. </body>
  29. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement