WASSIm. Posted January 11, 2013 Share Posted January 11, 2013 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) Link to comment
MR.S3D Posted January 11, 2013 Share Posted January 11, 2013 You can not change the animations Link to comment
Lloyd Logan Posted January 11, 2013 Share Posted January 11, 2013 You can not change the animations I'm not the OP, but is it possible to add new ones? Link to comment
MR.S3D Posted January 11, 2013 Share Posted January 11, 2013 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 Link to comment
Kenix Posted January 11, 2013 Share Posted January 11, 2013 You can't add your custom animations. http://bugs.mtasa.com/view.php?id=4571 You can only set exist animation to ped/player via function setPedAnimation Link to comment
WASSIm. Posted January 11, 2013 Author Share Posted January 11, 2013 You can't add your custom animations.http://bugs.mtasa.com/view.php?id=4571 You can only set exist animation to ped/player via function setPedAnimation OK THX 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