ΞĪŚŚÀ Posted February 28, 2014 Share Posted February 28, 2014 السلام عليكم ورحمة الله وبركاته ابي كود شخصية مثال : في شخصية عنديtxd ابي اخليها بدال ماحط ايدي شخصية من اللعبة نفسها createPed Link to comment
فاّرس Posted February 28, 2014 Share Posted February 28, 2014 engineLoadTXD engineLoadDFF engineImportTXD engineReplaceModel Link to comment
xFace[B]ook Posted February 28, 2014 Share Posted February 28, 2014 viewtopic.php?f=161&t=68480 الاداة لـ سورا مفيدة جدا Link to comment
ΞĪŚŚÀ Posted February 28, 2014 Author Share Posted February 28, 2014 https://forum.multitheftauto.com/viewtopic.php?f=161&t=68480الاداة لـ سورا مفيدة جدا مشكور والله بس انا قصدي اركب بيد يعني احمل بيد من الكومنيت او اي مكان واركبه في مكان X,Y,Z Link to comment
فاّرس Posted February 28, 2014 Share Posted February 28, 2014 engineLoadTXD engineLoadDFF engineImportTXD engineReplaceModel Link to comment
ΞĪŚŚÀ Posted February 28, 2014 Author Share Posted February 28, 2014 The txd = engineLoadTXD ( "ALI.txd" ) engineImportTXD ( txd, 2 ) The dff = engineLoadDFF ( "ALI.dff", 2 ) engineReplaceModel ( dff, 2 ) end end MarkerPed = [ ] createPed ( ............. , 25 ) outputChatBox ( "Welcome ..[getPlayerName]......." ) ; Link to comment
فاّرس Posted February 28, 2014 Share Posted February 28, 2014 -- Client Side # replaceModel = function() if isTransferBoxActive() ~= true then engineImportTXD ( engineLoadTXD ( "ALI.txd" ) , id ) engineReplaceModel ( engineLoadDFF ( "ALI.dff", id ), id ) else setTimer(replaceModel,3000,1) end end addEventHandler('onClientResourceStart',resourceRoot,replaceModel) 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