Jump to content

سؤال


Recommended Posts

السلام عليكم

يا شباب كيف أغير لون اللوحة لما يطلع الكلمة في الشات

يعني الكلمة الي تطلع في الشات لما اعمل ستارت للوحة

كيف اغير اللون حقها

جربت احط كودات قبلها بس م صارتْ 
p_89186fj81.png 

Link to comment
3 minutes ago, ShAnKs_0 said:

السلام عليكم

يا شباب كيف أغير لون اللوحة لما يطلع الكلمة في الشات

يعني الكلمة الي تطلع في الشات لما اعمل ستارت للوحة

كيف اغير اللون حقها

جربت احط كودات قبلها بس م صارتْ 
p_89186fj81.png 

اكواد الوان

بس عشان الكود يشتغل

تأكد من وجود كلمة 

true 

في 

outputChatBox

مثلا

outputChatBox("#ffff00 welcome", player, 255,255,255,true)

 

Edited by +Source|>
  • Thanks 1
Link to comment
4 minutes ago, +Source|> said:

اكواد الوان

بس عشان الكود يشتغل

تأكد من وجود كلمة 

true 

في 

outputChatBox

مثلا


outputChatBox("#ffff00 welcome", player, 255,255,255,true)

 مدري والله يخوي انا عندي السكربت حق اللوحة كذا

function notifyPlayerLoggedIn(player)
    outputChatBox ( "#C5C5C5Press #FFFFFF'#C5C5C5P#FFFFFF' to open your admin panel", player )
    local unread = 0
    for _, msg in ipairs ( aReports ) do
        unread = unread + ( msg.read and 0 or 1 )
    end
    if unread > 0 then
        outputChatBox( unread .. " unread Admin message" .. ( unread==1 and "" or "s" ), player, 255, 0, 0 )
    end
end

 

يعني احط \

        outputChatBox( unread .. " unread Admin message" .. ( unread==1 and "" or "s" ), player, 255, 0, 0,true)
كذا؟

 

Link to comment
Just now, ShAnKs_0 said:

 

function notifyPlayerLoggedIn(player)
    outputChatBox ( "#C5C5C5Press #FFFFFF'#C5C5C5P#FFFFFF' to open your admin panel", player, 0,0,0,true )
    local unread = 0
    for _, msg in ipairs ( aReports ) do
        unread = unread + ( msg.read and 0 or 1 )
    end
    if unread > 0 then
        outputChatBox( unread .. " unread Admin message" .. ( unread==1 and "" or "s" ), player, 255, 0, 0,true )
    end
end

جرب

  • Thanks 1
Link to comment
2 minutes ago, +Source|> said:

function notifyPlayerLoggedIn(player)
    outputChatBox ( "#C5C5C5Press #FFFFFF'#C5C5C5P#FFFFFF' to open your admin panel", player, 0,0,0,true )
    local unread = 0
    for _, msg in ipairs ( aReports ) do
        unread = unread + ( msg.read and 0 or 1 )
    end
    if unread > 0 then
        outputChatBox( unread .. " unread Admin message" .. ( unread==1 and "" or "s" ), player, 255, 0, 0,true )
    end
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...