xNight Posted January 6, 2018 Share Posted January 6, 2018 السلام عليكم عندي كثير أفكار أحب أتعامل مع السكربتات بالـ " لوجيك "ـ مثلا كود الألوان إلي موجود في MTA wiki function onJoin() setPedArmor(source, 100) outputChatBox("Welcome To The Server", source, 255, 0, 0) end addEventHandler("onPlayerJoin", root, onJoin) Sourceالـ إيش تعني ؟ ماهي داخلة مخي في مثال أخر موجود في MTA wiki function colouredChat ( message, theType ) if theType == 0 then --if its normal chat (not /me or teamchat) then cancelEvent() --prevent MTA from outputting chat message = string.gsub(message, "#%x%x%x%x%x%x", "") --remove any hex tags in a player's chat to prevent custom colours by using lua's string.gsub local r,g,b = getPlayerNametagColor ( source ) --get the player's nametag colour local chatterName = getPlayerName ( source ) --get his name --output a message with the name as his nametag colour, and the rest in white. outputChatBox ( chatterName..":#FFFFFF "..message, getRootElement(), r, g, b, true ) end end addEventHandler("onPlayerChat", getRootElement(), colouredChat) في إثنين getRootElement نفس السؤال ... إيش فايدتها ؟ أتمنى أحد يفسرلي بكل وضوح وشكرا Link to comment
MR.SAMSUNG Posted January 6, 2018 Share Posted January 6, 2018 ههههههه 3 مواضيع ورا بعض ؟؟ من جد ؟؟ Link to comment
xNight Posted January 7, 2018 Author Share Posted January 7, 2018 9 hours ago, MR.SAMSUNG said: ههههههه 3 مواضيع ورا بعض ؟؟ من جد ؟؟ !شتبي يعني ؟ Link to comment
MA[S]RIY Posted January 7, 2018 Share Posted January 7, 2018 اخوي بتلاقي مكتوب في الويكي Source The source of this event is the player who joined. - يعني هنا بيطلع النص للاعب السورس (المصدر) الي هو بيدخل السرفر - و سورس تعني كلمة مصدر باللغه العربيه - أما getRootElement ( ) = root getRootElement ( ) اختصارت ل root كلمه - هنا النص بيطلع لكل الاعبين علشان موجود رووت - يعني اذا حطيت روت ذا الشئ يحصل لكل الاعبين وبس Link to comment
SycroX Posted January 7, 2018 Share Posted January 7, 2018 23 hours ago, MARIY said: اخوي بتلاقي مكتوب في الويكي Source The source of this event is the player who joined. - يعني هنا بيطلع النص للاعب السورس (المصدر) الي هو بيدخل السرفر - و سورس تعني كلمة مصدر باللغه العربيه - أما getRootElement ( ) = root getRootElement ( ) اختصارت ل root كلمه - هنا النص بيطلع لكل الاعبين علشان موجود رووت - يعني اذا حطيت روت ذا الشئ يحصل لكل الاعبين وبس شرح الروت غلط .. https://wiki.multitheftauto.com/wiki/Element_tree#Tree_elements Link to comment
MA[S]RIY Posted January 7, 2018 Share Posted January 7, 2018 3 hours ago, #x1AhMeD,-09 said: شرح الروت غلط .. https://wiki.multitheftauto.com/wiki/Element_tree#Tree_elements انا شرحت حسب معلوماتي Link to comment
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