PrivateKiller Posted October 27, 2014 Share Posted October 27, 2014 Hello! I want to add a picture, when you are downloading resources... I'm talking about that: http://i.imgur.com/mIwVqsZ.png I know that's not so hard so, can anyone help me to do this? Thank you! Link to comment
Drakath Posted October 27, 2014 Share Posted October 27, 2014 That's not a picture, it's a textdisplay. https://wiki.multitheftauto.com/wiki/Textdisplay Link to comment
PrivateKiller Posted October 27, 2014 Author Share Posted October 27, 2014 textdisplay? Can you help me? I mean... I never used that function before . addEventHandler ( "onClientResourceStart", resourceRoot, function textCreateTextItem( ) Link to comment
Drakath Posted October 27, 2014 Share Posted October 27, 2014 You should put it in the function but not as a name of the function. Also, textCreateTextItem is server-side which means you can't use onClientResourceStart. Use onResourceStart instead. Look at the other functions of textdisplay and read what each does. textCreateTextItem won't be enough to make a script you want. Link to comment
-Blaze- Posted October 28, 2014 Share Posted October 28, 2014 in short , you can use this https://community.multitheftauto.com/index.php?p=resources&s=details&id=7766 and tadaa , you're done. you can edit it to the way you want it to show. 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