Jump to content

سوال بسيط


Recommended Posts

سلام عليكم انا مسوي مود ب داتا

تاج

المشكلة لين اخش واطلع

م يتحفظ

ونا مسوي عليه داتا ؟

الاكواد

addEventHandler ( "onPlayerChat", root,
    function ( Message )
        local Name = getElementData ( source, "ArabicName" )
            outputChatBox("#0099cc* [ "..Name.." ]x "..getPlayerName(source)..":"..Message.." ",root, r, g, b, true) 
        return cancelEvent() 
    end
)
elseif source == aAcitveName then
            if guiGetText ( aEdit ) ~= '' then 
            setElementData ( localPlayer, "ArabicName", guiGetText ( aEdit ) )
                            outputChatBox ( "* Your Name : "..guiGetText ( aEdit ).." ", 255,255,0,true )
            else
                outputChatBox ( "* Type ArabicName.", 255,0,0,true )
                        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...