benwilkins Posted February 15, 2012 Share Posted February 15, 2012 I have two files. mp_policesf.txd mp_sfpd_big.dff They replace the SFPD building, but how do I load these? I have been in map editor, and with World Model it says that mp_sfpd_big is ID 14847 Link to comment
Kenix Posted February 15, 2012 Share Posted February 15, 2012 Client. setTimer( function( ) local txd = engineLoadTXD ( "mp_policesf.txd" ) engineImportTXD ( txd, 14847 ) --local col = engineLoadCOL ( "models/office_floors.col" ) local dff = engineLoadDFF ( "mp_sfpd_big.dff", 0 ) --engineReplaceCOL ( col, 14847 ) engineReplaceModel ( dff, 14847 ) end, 100, 1 ) 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