Jump to content

طلب ؟؟


Recommended Posts

  
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

مادري يمكن الـ

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

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

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...