Guest Posted January 4, 2008 Share Posted January 4, 2008 Hello!! i'm sorry for my bad english: I have a server! and i will new Car Models and new Textures in my server so that can all see the new cars and textures what i must do?? in german: Ich habe einen Server, auf den ich neue Auto Modelle draufspielen möchte. so das das jeder sieht. was muss ich dafür machen? mfg Link to comment
bzuco Posted January 4, 2008 Share Posted January 4, 2008 look at resources at wiki, you ened to put your new models to the server and other players must it download but one model has about 3MB and many players hate downloading maps etc. Link to comment
Guest Posted January 4, 2008 Share Posted January 4, 2008 i have a problem: when i start my server and i connect i come back to my desktop. (timeout) without error message. (the downloadcars i had downloading) i have a downloadcar in my server original car phoenix. phoenix.dff/txd are in the meta.xml. and in the "race_client" i make -- load pickup models and textures local txd, dff for name,id in pairs({nitro = 1337, repair = 1338, carchange = 1339, phoenix = 1340}) do txd = engineLoadTXD(name .. '.txd') engineImportTXD(txd, id) dff = engineLoadDFF(name .. '.dff') engineReplaceModel(dff, id) end (phoenix = 1340) !! whats wrong ?? pls help. im not so good in lua. Link to comment
ChrML Posted January 5, 2008 Share Posted January 5, 2008 There has been reported issues about crashes related to trying to load certain custom cars/objects. Try making a console command to replace them and type it after everthing has downloaded. 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