Jump to content

طلب كود اضافة سيارة للسيرفر


Recommended Posts

السلام عليكم شباب ابي كود يضيف السيارة انا جربت واحد بس ما ضبط هذا الكود

[lua]function theCar() 
    txd = engineLoadTXD ("421.txd")  
    dff = engineLoadDFF ( "421.dff", 421 ) 
    engineImportTXD ( txd, 421 ) 
    engineReplaceModel ( dff, 421 ) 
end 
addEventHandler ( "onClientResourceStart", resourceRoot, theCar )    
setTimer ( theCar, 1000, 1 ) 

[/lua]

يقول في مشكلة في ايدي السيارة ارجو المساعدة :|

Link to comment

جرب ذا

replace

function s3d()  
  txd = engineLoadTXD("421.txd", 421 ) 
  engineImportTXD(txd, 421) 
  dff = engineLoadDFF("421.dff", 421 ) 
  engineReplaceModel(dff, 421) 
end 
    
function replace()  
setTimer (s3d, 7000, 1) 
end 
addEventHandler ( "onClientResourceStart", getResourceRootElement(getThisResource()), replace) 

meta

    "421.txd" /> 
    "421.dff" /> 
    

تأكد ان ملفات txdوdff

اسمهم 421

وترا لازم يكون الايدي بدال سياره ثانيه ولا مايشتغل

يعني مو تحط اي ايدي

Link to comment
السلام عليكم شباب ابي كود يضيف السيارة انا جربت واحد بس ما ضبط هذا الكود
[lua]function theCar() 
    txd = engineLoadTXD ("421.txd")  
    dff = engineLoadDFF ( "421.dff", 421 ) 
    engineImportTXD ( txd, 421 ) 
    engineReplaceModel ( dff, 421 ) 
end 
addEventHandler ( "onClientResourceStart", resourceRoot, theCar )    
setTimer ( theCar, 1000, 1 ) 

[/lua]

يقول في مشكلة في ايدي السيارة ارجو المساعدة :|

استخدم modloader

https://forum.multitheftauto.com/viewtopic.php?f=108&t=36481

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...