GamerDeMTA Posted March 25, 2013 Share 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 Link to comment
Jaysds1 Posted March 25, 2013 Share 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. Link to comment
Castillo Posted March 25, 2013 Share Posted March 25, 2013 When a remote player joins or when you enter the server? Link to comment
GamerDeMTA Posted March 25, 2013 Author Share 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 Link to comment
iPrestege Posted March 25, 2013 Share Posted March 25, 2013 onClientResourceStart guiCreateStaticImage guiSetVisible setTimer 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