Kenix Posted April 11, 2011 Share Posted April 11, 2011 I want to do that when loading begins show text on the screen very need for stalker gm. Link to comment
Wojak Posted April 11, 2011 Share Posted April 11, 2011 if by loading you mean downloading files by player who joined: https://wiki.multitheftauto.com/wiki/OnPlayerJoin https://wiki.multitheftauto.com/wiki/TextCreateDisplay https://wiki.multitheftauto.com/wiki/TextCreateTextItem https://wiki.multitheftauto.com/wiki/TextDisplayAddText https://wiki.multitheftauto.com/wiki/Tex ... ddObserver Link to comment
Kenix Posted April 12, 2011 Author Share Posted April 12, 2011 if by loading you mean downloading files by player who joined:https://wiki.multitheftauto.com/wiki/OnPlayerJoin https://wiki.multitheftauto.com/wiki/TextCreateDisplay https://wiki.multitheftauto.com/wiki/TextCreateTextItem https://wiki.multitheftauto.com/wiki/TextDisplayAddText https://wiki.multitheftauto.com/wiki/Tex ... ddObserver ok thx but how to remove text when downloaded? What I need to use? Link to comment
proracer Posted April 12, 2011 Share Posted April 12, 2011 I never used that functions but you can use destroyElement since it creates textdisplay element. Link to comment
Wojak Posted April 12, 2011 Share Posted April 12, 2011 (edited) I never used that functions but you can use destroyElement since it creates textdisplay element. bad idea- this will affect all players... there is a function for that: https://wiki.multitheftauto.com/wiki/Tex ... veObserver to detect when the file is downloaded, trigger a event at the end of clientside file Edited April 12, 2011 by Guest Link to comment
proracer Posted April 12, 2011 Share Posted April 12, 2011 Sorry, never used that so ... 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