A3kri Posted August 2, 2012 Share Posted August 2, 2012 Hello , I'm good at using google sketchup I made some models/buildings how I can put them into my server ? as I need them as .col, .dff, and .txd .. Link to comment
qaisjp Posted August 2, 2012 Share Posted August 2, 2012 https://wiki.multitheftauto.com/wiki/Tem ... _functions Link to comment
MODRuLeZ Posted August 3, 2012 Share Posted August 3, 2012 Hello ,I'm good at using google sketchup I made some models/buildings how I can put them into my server ? as I need them as .col, .dff, and .txd .. i know only dff & txd dff : u need 3ds max txd : txd workshop col : col editor * i think , cuz i dont relly no anythin about it Link to comment
Axel Posted August 3, 2012 Share Posted August 3, 2012 function loadSketchup () txd = engineLoadTXD ( "yourfile.txd" ) -- replace yourfile.txd with your file, you can use folder/yourfile.txd for folder engineImportTXD ( txd, id ) -- replace id with the object id dff = engineLoadDFF ( "yourfile.dff", id ) -- replace yourfile.dff with your file, you can use folder/yourfile.dff for folder and id with the object id engineReplaceModel ( dff, id ) --- replace id with the object id end addEventHandler("onClientResourceStart",getRootElement(),loadSketchup) 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