Jump to content

How to do this!!


GamerDeMTA

Recommended Posts

You mean you want an logo of your server on the player's screen? Sorry, I do not get what you really mean. If you just want to put the image on a screen, use this, I made it for you although it is meant for help only. I still did it.

  
function logoOnClient() 
   guiCreateStaticImage( x, y, width, height, "file.extenstion(png)", false ) 
end 
addEventHandler( "onClientResourceStart", getResourceRootElement( getThisResource() ), logoOnClient) 
  

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...