xArgonx Posted July 14, 2009 Share Posted July 14, 2009 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
Zadara Posted July 14, 2009 Share Posted July 14, 2009 Did you add the models and textures to the meta.xml? Link to comment
xArgonx Posted July 15, 2009 Author Share Posted July 15, 2009 i did , but i tried it again today and it worked^^ Link to comment
Zadara Posted July 15, 2009 Share Posted July 15, 2009 i did , but i tried it again today and it worked^^ Then you did something wrong. 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