Quited Posted August 5, 2013 Share Posted August 5, 2013 (edited) شباب احد عنده ملفات txd + col مع الاي دي حقها كانت بالويكي بس ضيعتها جيبوها لي بالله edit : اللي مافهم انا اقصد اسماء ملفات txd مع الاي دي حقها + col مع الاي دي حقها Edited August 6, 2013 by Guest Link to comment
MSHOOSH Posted August 5, 2013 Share Posted August 5, 2013 اللي مافهمانا اقصد اسماء ملفات txd مع الاي دي حقها + col مع الاي دي حقها https://wiki.multitheftauto.com/wiki/IDE_List ^ بالتوفيق Link to comment
Quited Posted August 6, 2013 Author Share Posted August 6, 2013 ذا اي دي txd + dff طيب اي دي col ?? Link to comment
MSHOOSH Posted August 6, 2013 Share Posted August 6, 2013 ذا اي ديtxd + dff طيب اي دي col ?? انت متاكد ان لها اي دي ؟؟؟ شوف قائمة هذي , ما فيها و لا اي شي متعلق ب كول https://wiki.multitheftauto.com/wiki/Id ,اذا متاكد ان فيه اي دي لها روح القسم البرمجة العام و اطرح موضوعك ^ بالتوفــيق Link to comment
Quited Posted August 6, 2013 Author Share Posted August 6, 2013 شوف بنفسك engineLoadCOL engineReplaceModel كلها تحتاج الى اي دي المودل theModel: The model to replace the given model ID with modelID: The model it to replace the model of Link to comment
Blaawee Posted August 6, 2013 Share Posted August 6, 2013 ططيب انت الحين غيرت ال TXD و DFF ? -- ططريقهه ممكن تفيدك local gModel = { --[ 597 ] = { texture = "car/sentinel.txd", model = "car/sentinel.dff", collision = 'car/sentinel.col' } مثآل [ ID ] = { texture = '', model = '', collision = '' } }; addEventHandler( 'onClientResourceStart', resourceRoot, function( ) for modelID, replace in next, gModel do if ( replace.texture ) then gModel[ modelID ].txd = engineLoadTXD( replace.texture ); engineImportTXD( gModel[ modelID ].txd, modelID ); elseif ( replace.model ) then gModel[ modelID ].dff = engineLoadDFF( replace.model, modelID ); engineReplaceModel( gModel[ modelID ].dff, modelID ); elseif ( replace.collision ) then gModel[ modelID ].col = engineLoadCOL( replace.collision ); engineReplaceCOL ( gModel[ modelID ].col, modelID ); end end end ); Link to comment
Quited Posted August 6, 2013 Author Share Posted August 6, 2013 انا مااستخدمها في السيارات واي دي السيارات انا استخدمها في gta_int.img + gta3.img فيها ملفات col وابي ارفعها لكن الاي دي حقها مالقيته Link to comment
Quited Posted August 7, 2013 Author Share Posted August 7, 2013 عططني ال TXD, DFF و col ملف الكول int_la_3.col ابحث عنه بملف gta_int.img Link to comment
#DRAGON!FIRE Posted August 8, 2013 Share Posted August 8, 2013 # اعتقد لقيتها لك يا حلو http://www.steve-m.com/downloads/tools/colleditor2/ # + Add Me Skype Link to comment
TAPL Posted August 8, 2013 Share Posted August 8, 2013 شوف بنفسك engineLoadCOL engineReplaceModel كلها تحتاج الى اي دي المودل theModel: The model to replace the given model ID with modelID: The model it to replace the model of txd و ال dff الآيدي هو نفسه حق الـ 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