mikhel2 Posted July 10, 2015 Share Posted July 10, 2015 how can i put in to my server this mod?? can some 1 give me script+meta? Link to comment
GTX Posted July 10, 2015 Share Posted July 10, 2015 https://wiki.multitheftauto.com/wiki/Cl ... _functions Link to comment
mikhel2 Posted July 10, 2015 Author Share Posted July 10, 2015 if the prbomleb is "error Coldn't find script for resoruce my meta is bad? or what? pls help me Link to comment
GTX Posted July 10, 2015 Share Posted July 10, 2015 It's either your meta or script name you defined doesn't exist. Show me the meta. Link to comment
mikhel2 Posted July 10, 2015 Author Share Posted July 10, 2015 i find the problem the broblem was the name in the mente .lue not lua but now not replaceing the modell load successfull but model dont raplace here is my meta and script addEventHandler("onClientResourceStart", resourceRoot, function() outbutChatBox ("Test") local txd = engineLoadTXD ("nfs_mw.txd",true) engineImportTXD(txd, 3356 ) local dff = engineLoadDFF ("drfit1.dff") engineLReplaceModel (dff, 3356 ) local col = engineLoadCOL ("nfs_mw.col") engineLReplaceCOL(col, 3356 ) engineSetModelLoadistance( 3356 , 500) end ) Link to comment
Dealman Posted July 11, 2015 Share Posted July 11, 2015 You haven't spelled the functions correctly. engineLReplaceModel -> engineReplaceModel engineSetModelLoadistance -> engineSetModelLODDistance Link to comment
mikhel2 Posted July 11, 2015 Author Share Posted July 11, 2015 still bad dont replace the object i try all what i can but i dont know now what is the broblem Link to comment
mikhel2 Posted July 11, 2015 Author Share Posted July 11, 2015 Now wokrs but i dont know how now its okay thx help mate 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