Jump to content

replace models


xArgonx

Recommended Posts

i want to replace a vortex for my server

this is the script:

function vortex ( ) 
  
  
  
vortex1 = engineLoadTXD ( "data/vortex.txd" ) 
  
engineImportTXD ( vortex1, 539 ) 
  
vortex2 = engineLoadDFF ( "data/vortex.dff", 539 ) 
  
engineReplaceModel ( vortex2, 539 ) 
  
end 
  
  
addEventHandler ( "onClientResourceStart", getRootElement(), vortex ) 
  
  

i make it in the meta file as client type

and it work i see it but all other do not see the replaced vortex

and the funny thing is that server is not on my pc^^

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