Jump to content

HELP!!!


nik3231

Recommended Posts

He can, Charlie. In 1.0.4 there were

engineLoadDFF 
engineLoadTXD 
engineLoadCOL 
  
engineImportTXD 
engineReplaceModel 
engineReplaceCOL 
  
engineRestoreModel 
engineRestoreCOL 

, that only worked with objects and vehicles. Now those work on skins also, but I think there's no reason for it to cannot replace objects.

Link to comment
If you mean on importing images to the server, use :

https://wiki.multitheftauto.com/wiki/Gui ... taticImage

and then don't forget to include it in meta.

"imagename.png" /> 

Make sure it's in .png format.

Capy just tell how :@

Here:

function showClientImage() 
   guiCreateStaticImage( 20, 200, 100, 100, "imagename.png", false ) 
end 
addEventHandler( "onClientResourceStart", getResourceRootElement( getThisResource() ), showClientImage ) 

  

Get it, you had it on guiCreateStaticImage button. -.-"

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...