Jump to content

طلب كود الشرطة الله لا يهينك


Recommended Posts

-- # Server Side ~ : 
  
addEventHandler('onResourceStart',resourceRoot, 
    function (      ) 
        setTimer(  
            function (      ) 
                ReseteNameTag (  ) 
        end 
    , 
    1000 
    , 
    0 
    ) 
end 
) 
  
function ReseteNameTag ( ) 
        for _,player in ipairs ( getElementsByType('player') ) do 
            local PlayerWanted = getPlayerWantedLevel ( player ) 
            local PlayerName = getPlayerName ( player ) 
                if ( PlayerWanted and PlayerWanted >= 0 and PlayerName ) then 
                    setPlayerNametagText (  
                    player, 
                    ' [ '..PlayerWanted..' ] '..PlayerName..' '  
                    ) 
        end 
    end 
end 

جرب كذآ .. :wink:

Link to comment
-- # Server Side ~ : 
  
addEventHandler('onResourceStart',resourceRoot, 
    function (      ) 
        setTimer(  
            function (      ) 
                ReseteNameTag (  ) 
        end 
    , 
    1000 
    , 
    0 
    ) 
end 
) 
  
function ReseteNameTag ( ) 
        for _,player in ipairs ( getElementsByType('player') ) do 
            local PlayerWanted = getPlayerWantedLevel ( player ) 
            local PlayerName = getPlayerName ( player ) 
                if ( PlayerWanted and PlayerWanted >= 0 and PlayerName ) then 
                    setPlayerNametagText (  
                    player, 
                    ' [ '..PlayerWanted..' ] '..PlayerName..' '  
                    ) 
        end 
    end 
end 

جرب كذآ .. :wink:

يجزيك ربي كل خير ويطعمك من ثمرات الجنة

Link to comment
ضبط الكود؟

انا مركب قيم مود مخلي اسم الاعب فوق الشخصية مو زاهر بأخلي واحد يشيل زيه واجرب واردلك خبر

برب بأسفر مكة + ما بنساك بالدعاء

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