Garry's Mod

Garry's Mod

View Stats:
GMod Loading Screen HELP!
Hey guys, I know how to setup the loading screen and stuff, but I wanna add some text that displays the current item downloading + a progress bar for it. I know nothing about php but I know quite alot about javascript, html + css.

I really want some help guys, thanks!
< >
Showing 1-3 of 3 comments
UnderYouFive™ Feb 27, 2015 @ 5:52am 
Hi there, I have the code you need for the current item downloading. But for the progress bar I'm not quite sure. This might give you some help-

var totalFiles, neededFiles, percent; function SetFilesTotal( total ) { totalFiles = total; } function SetFilesNeeded( needed ) { neededFiles = needed; percent = (totalFiles - neededFiles)/totalFiles; }

http://pastebin.com/4is1TYzQ

Hope this helps! :)
Cheers Sprax

Originally posted by Sprax™:
Hi there, I have the code you need for the current item downloading. But for the progress bar I'm not quite sure.

This week I got a web design course for $200 xD I really appreciate the comment, i'm sure it will help. Do you know html, css and/or javascript? If you do then you might be able to help me with some things :)
UnderYouFive™ Mar 4, 2015 @ 7:03am 
I do know some HTML/CSS, but I can edit most javascript. I have already made a couple loading screens so it shouldn't be hard. Feel free to add me if you wish. :)
Last edited by UnderYouFive™; Mar 4, 2015 @ 7:03am
< >
Showing 1-3 of 3 comments
Per page: 1530 50

Date Posted: Jan 22, 2015 @ 5:27am
Posts: 3