Jump to content

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


Recommended Posts

local Team = "Team Name" 
  
bindKey("F2","down", function (      ) 
   if getPlayerTeam(localPlayer) then  
     if getTeamName( getPlayerTeam(localPlayer) ) == Team then 
      guiSetVisible( WindowName, not guiGetVisible(WindowName) ) 
       showCursor( guiGetVisible(WindowName) ) 
   else 
        outputChatBox("This Command Just For ["..Team.."] Team !", 255, 0, 0) 
      end 
   else 
       outputChatBox("You Are Not in Team !", 255, 0, 0) 
   end 
end ) 
Edited by Guest
Link to comment
local Team = "Team Name" 
  
bindKey("F2","down", function (      ) 
  if getTeamName( getPlayerTeam(localPlayer) ) == Team then 
    guiSetText( WindowName, not guiGetText(WindowName) ) 
      showCursor( guiGetText(WindowName) ) 
   else 
       outputChatBox("This Command Just For ["..Team.."] Team !", 255, 0, 0) 
   end 
end ) 

المفروض تتحقق اولأ انه اللاعب عندهـ تيمم .

Link to comment

. الاولة للتحقق من تيم اللاعب else عندكـ غلط الـ

:!::!: guiSetText + guiGetText وش دخل

كودكـ يصير كذا .. :

bindKey ( "Key", "down", function (  ) 
  if ( getPlayerTeam ( localPlayer ) ) then 
     if ( getPlayerTeam ( localPlayer ) == getTeamFromName( "TeamName" ) ) then  
         guiSetVisible ( element, not guiGetVisible( element ) )  
         showCursor ( guiGetVisible( element ) ) 
    else     
         outputChatBox( "This Key Only For TeamName" )   
       end 
  else    
       outputChatBox( "You are not in any team !!" ) 
    end 
end ) 
Link to comment
ياليل اذا باجي هنا تقولو للبرمجه اذا باجي البرمجه تقولو هنا وين اروح ب أختصار

.القسم الانسب

طلبات المساعده في قسم البرمجة

سويت مود وتبي تنشره

روح قسم المساهمات

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

عندك استضافه حلوه وكل شي يتعلق بالاستضافات

روح قسم الخوادم

Link to comment

ذا الكود

  
local iTeam = 'أسم التيم' 
local wind = 'أسم الوحة' 
  
function ShowW()   
  if getPlayerTeam ( localPlayer ) and getTeamName ( getPlayerTeam ( localPlayer ) ) ~= iTeam then return false end 
    if guiGetVisible (wind ) then   
       guiSetVisible ( wind, false )   
       showCursor(false)   
    else 
        guiSetVisible ( wind, true )   
        showCursor(true)  
     end 
end 
bindKey ( "F1", "down", ShowW) 

Link to comment

ذا الكود الصحيح

    local Team = "Team Name" 
      
    bindKey("F2","down", function (      ) 
       if getPlayerTeam(localPlayer) then 
         if getTeamName( getPlayerTeam(localPlayer) ) == Team then 
          guiSetVisible( WindowName, not guiGetVisible(WindowName) ) 
           showCursor( guiGetVisible(WindowName) ) 
       else 
            outputChatBox("This Command Just For ["..Team.."] Team !", 255, 0, 0) 
          end 
       else 
           outputChatBox("You Are Not in Team !", 255, 0, 0) 
       end 
    end ) 

Link to comment
ذا الكود الصحيح
    local Team = "Team Name" 
      
    bindKey("F2","down", function (      ) 
       if getPlayerTeam(localPlayer) then 
         if getTeamName( getPlayerTeam(localPlayer) ) == Team then 
          guiSetVisible( WindowName, not guiGetVisible(WindowName) ) 
           showCursor( guiGetVisible(WindowName) ) 
       else 
            outputChatBox("This Command Just For ["..Team.."] Team !", 255, 0, 0) 
          end 
       else 
           outputChatBox("You Are Not in Team !", 255, 0, 0) 
       end 
    end ) 

لأ بالله ي شيخ -__-

Link to comment
ذا الكود الصحيح
    local Team = "Team Name" 
      
    bindKey("F2","down", function (      ) 
       if getPlayerTeam(localPlayer) then 
         if getTeamName( getPlayerTeam(localPlayer) ) == Team then 
          guiSetVisible( WindowName, not guiGetVisible(WindowName) ) 
           showCursor( guiGetVisible(WindowName) ) 
       else 
            outputChatBox("This Command Just For ["..Team.."] Team !", 255, 0, 0) 
          end 
       else 
           outputChatBox("You Are Not in Team !", 255, 0, 0) 
       end 
    end ) 

لأ بالله ي شيخ -__-

أيه صح انا مجربه

Link to comment
ذا الكود الصحيح
    local Team = "Team Name" 
      
    bindKey("F2","down", function (      ) 
       if getPlayerTeam(localPlayer) then 
         if getTeamName( getPlayerTeam(localPlayer) ) == Team then 
          guiSetVisible( WindowName, not guiGetVisible(WindowName) ) 
           showCursor( guiGetVisible(WindowName) ) 
       else 
            outputChatBox("This Command Just For ["..Team.."] Team !", 255, 0, 0) 
          end 
       else 
           outputChatBox("You Are Not in Team !", 255, 0, 0) 
       end 
    end ) 

NOTE: When using optional arguments, you must supply all arguments before the one you wish to use. For more information on optional arguments, see Optional Arguments.

اولا :_ عندك ارقمنت ناقص في

outputChatBox("This Command Just For ["..Team.."] Team !", 255, 0, 0)

لازم بعد الصفر تحط

اما false or true

لانك حاط اكواد الوان

وشوف الويكي وش يقول

NOTE: When using optional arguments, you must supply all arguments before the one you wish to use. For more information on optional arguments, see Optional Arguments.

المعني انه لما تستخدم ارقمنت من الارقمنتات الاختياريه لازم تكمل كل الارقمنتات الاختياريه

----

ونفس الكلام مع

outputChatBox الثانيه

Edit#

صفحتين عشان لوحة تفتح لتيم معين !!!

والسبب انه فيه ناااس

تاخذ اكواد من مواضيع ثانيه وهو ماله فاهم الطبخة

ويحطه هنا

Link to comment
ذا الكود الصحيح
    local Team = "Team Name" 
      
    bindKey("F2","down", function (      ) 
       if getPlayerTeam(localPlayer) then 
         if getTeamName( getPlayerTeam(localPlayer) ) == Team then 
          guiSetVisible( WindowName, not guiGetVisible(WindowName) ) 
           showCursor( guiGetVisible(WindowName) ) 
       else 
            outputChatBox("This Command Just For ["..Team.."] Team !", 255, 0, 0) 
          end 
       else 
           outputChatBox("You Are Not in Team !", 255, 0, 0) 
       end 
    end ) 

NOTE: When using optional arguments, you must supply all arguments before the one you wish to use. For more information on optional arguments, see Optional Arguments.

اولا :_ عندك ارقمنت ناقص في

outputChatBox("This Command Just For ["..Team.."] Team !", 255, 0, 0)

لازم بعد الصفر تحط

اما false or true

لانك حاط اكواد الوان

وشوف الويكي وش يقول

NOTE: When using optional arguments, you must supply all arguments before the one you wish to use. For more information on optional arguments, see Optional Arguments.

المعني انه لما تستخدم ارقمنت من الارقمنتات الاختياريه لازم تكمل كل الارقمنتات الاختياريه

----

ونفس الكلام مع

outputChatBox الثانيه

Edit#

صفحتين عشان لوحة تفتح لتيم معين !!!

والسبب انه فيه ناااس

تاخذ اكواد من مواضيع ثانيه وهو ماله فاهم الطبخة

ويحطه هنا

ممكن تورينا وين اكواد اللون بالضبط؟

Link to comment
ذا الكود الصحيح
    local Team = "Team Name" 
      
    bindKey("F2","down", function (      ) 
       if getPlayerTeam(localPlayer) then 
         if getTeamName( getPlayerTeam(localPlayer) ) == Team then 
          guiSetVisible( WindowName, not guiGetVisible(WindowName) ) 
           showCursor( guiGetVisible(WindowName) ) 
       else 
            outputChatBox("This Command Just For ["..Team.."] Team !", 255, 0, 0) 
          end 
       else 
           outputChatBox("You Are Not in Team !", 255, 0, 0) 
       end 
    end ) 

NOTE: When using optional arguments, you must supply all arguments before the one you wish to use. For more information on optional arguments, see Optional Arguments.

اولا :_ عندك ارقمنت ناقص في

outputChatBox("This Command Just For ["..Team.."] Team !", 255, 0, 0)

لازم بعد الصفر تحط

اما false or true

لانك حاط اكواد الوان

وشوف الويكي وش يقول

NOTE: When using optional arguments, you must supply all arguments before the one you wish to use. For more information on optional arguments, see Optional Arguments.

المعني انه لما تستخدم ارقمنت من الارقمنتات الاختياريه لازم تكمل كل الارقمنتات الاختياريه

----

ونفس الكلام مع

outputChatBox الثانيه

Edit#

صفحتين عشان لوحة تفتح لتيم معين !!!

والسبب انه فيه ناااس

تاخذ اكواد من مواضيع ثانيه وهو ماله فاهم الطبخة

ويحطه هنا

"اختياري -_-"

وليش اكتبها وانا اصلا ما بستخدمها ؟ :lol:

يعني كتبتها لو ما كتبتها ما تفرق

جرب الكود ولا تتفلسف مرة ثانية :wink:

Link to comment

أولاً ذا كودي الأساسي أما ذاك حق سيمو

ذا الكود
  
local iTeam = 'أسم التيم' 
local wind = 'أسم الوحة' 
  
function ShowW()   
  if getPlayerTeam ( localPlayer ) and getTeamName ( getPlayerTeam ( localPlayer ) ) ~= iTeam then return false end 
    if guiGetVisible (wind ) then   
       guiSetVisible ( wind, false )   
       showCursor(false)   
    else 
        guiSetVisible ( wind, true )   
        showCursor(true)  
     end 
end 
bindKey ( "F1", "down", ShowW) 

ثانياً لاتحكم جرب الكود ذا وبعديين تكلم

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