Syria963 Posted July 15, 2014 Share Posted July 15, 2014 اسلام عليكم ابي كود اخلي الوحه تفتح بس ل تيم معين Link to comment
#DRAGON!FIRE Posted July 15, 2014 Share Posted July 15, 2014 القسم خطا .. : bindKey getPlayerTeam getTeamFromName guiSetVisible guiGetVisible showCursor Link to comment
Syria963 Posted July 15, 2014 Author Share Posted July 15, 2014 زاحف يخي ما اعرف اسوي الفنكشات Link to comment
al-Kobra Posted July 15, 2014 Share Posted July 15, 2014 (edited) 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 July 15, 2014 by Guest Link to comment
#DRAGON!FIRE Posted July 15, 2014 Share Posted July 15, 2014 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
#DRAGON!FIRE Posted July 15, 2014 Share Posted July 15, 2014 . الاولة للتحقق من تيم اللاعب 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
al-Kobra Posted July 15, 2014 Share Posted July 15, 2014 كتبتهم بالغلط لأن متعود عليهم :lol: ----- تم التعديل Link to comment
Syria963 Posted July 16, 2014 Author Share Posted July 16, 2014 ياليل اذا باجي هنا تقولو للبرمجه اذا باجي البرمجه تقولو هنا وين اروح ب أختصار Link to comment
Simba Posted July 16, 2014 Share Posted July 16, 2014 ياليل اذا باجي هنا تقولو للبرمجه اذا باجي البرمجه تقولو هنا وين اروح ب أختصار .القسم الانسب طلبات المساعده في قسم البرمجة سويت مود وتبي تنشره روح قسم المساهمات بتتكلم عن مباراه او اي شي لا يتعلق بالام تي اي روح القسم العام عندك استضافه حلوه وكل شي يتعلق بالاستضافات روح قسم الخوادم Link to comment
KING-_-HOHO Posted July 18, 2014 Share Posted July 18, 2014 ذا الكود 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
#DRAGON!FIRE Posted July 18, 2014 Share Posted July 18, 2014 اولأ ردك ماله داعي -__- . شيلها مالها داعي false و Link to comment
Semo Posted July 18, 2014 Share Posted July 18, 2014 ذا الكود الصحيح 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
#DRAGON!FIRE Posted July 18, 2014 Share Posted July 18, 2014 ذا الكود الصحيح 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
KING-_-HOHO Posted July 18, 2014 Share Posted July 18, 2014 ذا الكود الصحيح 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
Simba Posted July 18, 2014 Share Posted July 18, 2014 ذا الكود الصحيح 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
TAPL Posted July 18, 2014 Share Posted July 18, 2014 ذا الكود الصحيح 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
al-Kobra Posted July 18, 2014 Share Posted July 18, 2014 ذا الكود الصحيح 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
KING-_-HOHO Posted July 18, 2014 Share Posted July 18, 2014 أولاً ذا كودي الأساسي أما ذاك حق سيمو ذا الكود 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
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