GamerDeMTA Posted March 25, 2013 Posted March 25, 2013 I wanna do that when a player Joins it shows an Image in the screen, how to do??????? Only 5 seconds the image!!! I know I must use: guiCreateStaticImage onPlayerJoin
Jaysds1 Posted March 25, 2013 Posted March 25, 2013 after the onPlayerJoin event is triggered, the picture should show with guiCreateStaticImage. After the image is created, you should use setTimer to trigger another function to destroy the image. My in-game name: Jaysds1 Retired CMG Scripter World Of Tanks GameMode (Open-Source): https://github.com/Jaysds1/mtasa-wot-gamemode Online GUI-Editor (WIP): https://forum.mtasa.com/topic/47678-online-gui-editor/
Castillo Posted March 25, 2013 Posted March 25, 2013 When a remote player joins or when you enter the server? San Andreas Utopia RPG (SAUR) Owner & Developer. Education is the most powerful weapon which you can use to change the world.
GamerDeMTA Posted March 25, 2013 Author Posted March 25, 2013 When I enter the server it shows me an image... Can give me the code? With many triggers is a mess
iPrestege Posted March 25, 2013 Posted March 25, 2013 onClientResourceStart guiCreateStaticImage guiSetVisible setTimer
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