osnapitzjamie Posted February 23, 2016 Share Posted February 23, 2016 I've seen some servers show a custom message while resources are downloading. I'm not sure how todo this and google didnt really help. Link to comment
MIKI785 Posted February 23, 2016 Share Posted February 23, 2016 You'd have to make your own way of downloading required files and also your own script loader, since most scripts that require files require them straight after they are started, so if you just disabled "download" in meta it would throw warnings/errors since the files wouldn't be downloaded yet. It's simply too complex to do just to change the message that's shown, I don't even understand why would you want to change it. Link to comment
Bonus Posted February 23, 2016 Share Posted February 23, 2016 Its pretty easy. You want to use dxDrawText? Or is outputChatBox enough? Just use whatever you want in the first clientsided file in meta.xml. Like that: outputChatBox ( "welcome to whatever, you are downloading whatever" ) Just put the line in, no need for function. Use your code in the first file in meta (clientsided), the first one getting downloaded. Link to comment
GTX Posted February 23, 2016 Share Posted February 23, 2016 isTransferBoxActive dxDrawText Edit: Custom message or loading bar? Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now