Jump to content

1 Question


WASSIm.

Recommended Posts

Posted

how can change anim in my server

exm: like this to car

function replaceModel()  
  txd = engineLoadTXD("skin/niko.txd", 1 ) 
  engineImportTXD(txd, 1) 
  dff = engineLoadDFF("skin/niko.dff", 1 ) 
  engineReplaceModel(dff, 1) 
  txd = engineLoadTXD("skin/johnny.txd", 2 ) 
  engineImportTXD(txd, 2) 
  dff = engineLoadDFF("skin/johnny.dff", 2 ) 
  engineReplaceModel(dff, 2) 
end 
addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), replaceModel) 

Omerta Roleplay

Posted
You can not change the animations

I'm not the OP, but is it possible to add new ones?

If you need an Intermediate scripter feel free to PM me as I will accept "almost" any job, STATUS: UNAVAILABLE

SCOTLAND, my hometown, and the Home of GTA!

Posted
You can not change the animations

I'm not the OP, but is it possible to add new ones?

I really do not know that there was a possibility of adding a new

Because I have never experience this thing

Welcom to my server Q.5

Current game type in my server Drift

350x20_FFFFFF_FFFFFF_000000_000000.png

my Email : [email protected]

Programming level: 90%

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