Jump to content

استفسار


Recommended Posts

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

كيف حالكم شباب ؟

كلكم تشوفون في بعض السيرفر

ان في مود output يطلع فوق بوسط الشاشة

انا شفته مرة بالموقع الرسمي بس ناسي اسمه ض1

الي معاه رجاء عطني اياه لاني دورت وما لقيته

بالنسبة للقسم شفت ان قسم البرمجة هو المناسب

Link to comment
يا تابل ما فهمته

يا ريت لو تقدر تقولي استبدل ايش بايش

المثال واااااضح جداًَ

-- Example 1: 
addEventHandler ( "onPlayerQuit", root, function ( ) 
    exports["TopBarChat"]:sendClientMessage ( getPlayerName ( source ).." has left the server.", root, 255, 100, 100, true, 8 ) 
end ) 
  
-- Example 2: 
addEventHandler ( "onPlayerJoin", root, function ( ) 
    exports["TopBarChat"]:sendClientMessage ( getPlayerName ( source ).." has connected to the server!", root, 255, 100, 100, false, 10 ) 
end ) 

bool sendClientMessage ( string message [, int r=255, int g=255, int b=255, bool topBar=true, int time=8 ] ) 

Required Arguments

message: The text that will be applied to the bar.

Optional Arguments

r: The amount of red you want in the mixture of RGB (0-255 is valid)

g: The amount of greeen you want in the mixture of RGB (0-255 is valid)

b: The amount of blue you want in the mixture of RGB (0-255 is valid)

topBar: If set to true, then the message will send to the top bar, otherwise to the bottom bar

time: The time the message will stay on the screen (unless the number of messages hits the maximum) (in seconds)

و الشرح واااااضح

اول ارقمنت هو الكلام

الثاني و الثالث و الرابع ذا حق اللون من 0 إلى 255

عشان يحدد مكان الكلام يطلع من فوق او من تحت true او false الخامس

و السادس ذا الوقت الي راح يبقى فيه الكلام قبل ما يختفي و يتحدد بالثواني

اي شي مو فاهمه؟

Link to comment

نفترض ان نبي نستبدل ذي

outputChatBox("* You have given money amount of: #00ff00$" .. player .. " #0099ccto: #ff0000" .. who, source, 0, 150, 255, true) 

تصير كذا

exports["TopBarChat"]:sendClientMessage ("* You have given money amount of: #00ff00$" .. player .. " #0099ccto: #ff0000" .. who, source, 0, 150, 255, true) 

مافي اسهل منها

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