αвυ-wαleed Posted February 14, 2014 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 وشغلته وما ضبط اش الخطأ
!#NssoR_) Posted February 14, 2014 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 )
al-Kobra Posted February 14, 2014 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 ) جرب ,
αвυ-wαleed Posted February 14, 2014 Author Posted February 14, 2014 ماضبط الكوبرا احط الكود هذا في المود الي حملته ولا المود الي انا سويته
al-Kobra Posted February 14, 2014 Posted February 14, 2014 ماضبط الكوبرا احط الكود هذا في المود الي حملته ولا المود الي انا سويته مود بروحه ,, وتأكد المود هذاك اسمه 3D_DX_Texts
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