Jump to content

new Models, Textures ... ???


Guest NaBelanze

Recommended Posts

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

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

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