Jump to content

استفسار


Recommended Posts

السلام عليكم و رحمه الله و بركاته

يا شباب انا ابي اعرف كيف ابعد الكودات حق الالوان من اسم الاعب

انا اعرف اني استخدم

string.gsub 

لكن ابي الحركه ما ادري كيف ذي الحركه

المهم تجب الكود من اسم الاعب

Link to comment

خلاص خلك من ذي حليتها

لقيت الي ابيه في الفري روم

المهم

addEventHandler("onPlayerChat",root, 
    function (msg,type) 
        if ( type == 0 and msg ~= " " ) then 
            local r,g,b = getPlayerNametagColor(source) 
            outputChatBox("#ff0000* " .. getPlayerName(source) .. ": #ffffff" .. msg,root,r,g,b,true) 
        end 
    end 
) 

ابي بعد

#ff0000*

يجي لون الاعب

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