αвυ-wαleed Posted February 14, 2014 Share Posted February 14, 2014 local dxDraw3DText = exports.3D_DX_Texts:dxDraw3DText local ped = createPed ( 241, 2971.5, -671.09997558594, 688.90002441406, rot ) addEventHandler( "onClientResourceStart", getResourceRootElement( getThisResource( ) ), function( ) local x, y, z = getElementPosition( ped ) local theText = dxDraw3DText( "FAHAD", x, y, z ) end end ) الحين انا حطيت هذا الكود في مود انا مسوية وحملت مود 3d_dx_texts وشغلته وما ضبط اش الخطأ Link to comment
!#NssoR_) Posted February 14, 2014 Share Posted February 14, 2014 مادري يمكن الـ exports خطأ او شي لأن ماقد جربت المود ولكن انا شفت فيه اخطأ بسيطة وضبطتها جرب يمكن يضبط local dxDraw3DText = exports.3D_DX_Texts:dxDraw3DText addEventHandler( "onClientResourceStart", getResourceRootElement( getThisResource( ) ), function( ) local ped = createPed ( 241, 2971.5, -671.09997558594, 688.90002441406) local x, y, z = getElementPosition( ped ) local theText = dxDraw3DText( "FAHAD", x, y, z ) end end ) Link to comment
αвυ-wαleed Posted February 14, 2014 Author Share Posted February 14, 2014 ماقصرت لكن ما اشتغل Link to comment
αвυ-wαleed Posted February 14, 2014 Author Share Posted February 14, 2014 ماقصرت لكن ما اشتغل Link to comment
al-Kobra Posted February 14, 2014 Share Posted February 14, 2014 local dxDraw3DText = exports.3D_DX_Texts:dxDraw3DText addEventHandler( "onClientResourceStart", resourceRoot, function( ) local ped = createPed ( 241, 2971.5, -671.09997558594, 688.90002441406) local x, y, z = getElementPosition( ped ) dxDraw3DText( "FAHAD", x, y, z ) end ) جرب , Link to comment
αвυ-wαleed Posted February 14, 2014 Author Share Posted February 14, 2014 ماضبط الكوبرا احط الكود هذا في المود الي حملته ولا المود الي انا سويته Link to comment
al-Kobra Posted February 14, 2014 Share Posted February 14, 2014 ماضبط الكوبرا احط الكود هذا في المود الي حملته ولا المود الي انا سويته مود بروحه ,, وتأكد المود هذاك اسمه 3D_DX_Texts 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