Jump to content

ABO-SR777777A

Members
  • Posts

    602
  • Joined

  • Last visited

Everything posted by ABO-SR777777A

  1. اها يعني الكود الحين جاهز ولا وش
  2. function balanceTeams ( source ) --get the team pointers from their names local groveTeam = getTeamFromName ( "grove" ) local ballasTeam = getTeamFromName ( "ballas" ) --count the number of players in each team, and store them local groveCount = countPlayersInTeam ( groveTeam ) local ballasCount = countPlayersInTeam ( ballasTeam ) if groveCount == ballasCount then --if the teams are equal setPlayerTeam ( source , groveTeam ) --place the player in grove elseif groveCount > ballasCount then --if there are more in grove setPlayerTeam ( source , ballasTeam ) --place him in ballas elseif groveCount < ballasCount then --if there are more in ballas setPlayerTeam ( source , groveTeam ) --place him in grove. end end صح
  3. ؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟
  4. function balanceTeams ( source ) --get the team pointers from their names local groveTeam = getTeamFromName ( "grove" ) local ballasTeam = getTeamFromName ( "ballas" ) --count the number of players in each team, and store them local groveCount = countPlayersInTeam ( groveTeam ) local ballasCount = countPlayersInTeam ( ballasTeam ) if groveCount == ballasCount then --if the teams are equal setPlayerTeam ( thePlayer , groveTeam ) --place the player in grove elseif groveCount > ballasCount then --if there are more in grove setPlayerTeam ( thePlayer , ballasTeam ) --place him in ballas elseif groveCount < ballasCount then --if there are more in ballas setPlayerTeam ( thePlayer , groveTeam ) --place him in grove. end end هذا الويكي مع التعديل
  5. وش الصح ؟؟ قريب منه انا ولا بعيد
  6. اسمع في استضافه جديده نصيحتي سوي منها اسعارها حلوه بنقك مايعدي 100
  7. بس كلمة غبي ماهي لايقة عليك ... انت اذكى شخص عرفته بالعالم ياخي مافهم ض1 افهم بس ماقرى تصدق لما تقلي اول مشوف رابط ويكي افتحه ولا اقرى كلامك هههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههههه
  8. function balanceTeams ( thePlayer ) local groveTeam = getTeamFromName ( "n" ) local ballasTeam = getTeamFromName ( "a" ) local groveCount = countPlayersInTeam ( 15 ) local ballasCount = countPlayersInTeam ( 15 ) if groveCount == ballasCount then setPlayerTeam ( thePlayer , n ) elseif groveCount > ballasCount then setPlayerTeam ( thePlayer , a ) elseif groveCount < ballasCount then setPlayerTeam ( thePlayer , a ) end end انه صح
  9. ههههه لقد فهمت اني غبي بالفعل
  10. function ( source ) local theTeam = getPlayerTeam ( Player ) if theTeam then outputChatBox ( "Your team has " .. countPlayersInTeam ( theTeam ) .. " players.", source ) else outputChatBox ( "You're not in a team.", source ) end end addCommandHandler ( "teamsize", outputTeamSize ) هل هاذي هذا هو صحيح
  11. ههههههههههههههههه احذف يلا انت وياه لردردردروريؤدؤويديؤد
  12. عندي خادمين مو محتاج سيرفر تراني سويت مقطع وحطيت اهداء لك لكن لكن انت لا تحترمني فلذلك لا احبك
  13. ابي مثل هذا countPlayersInTeam والمثال الاخير هو الي تحتاجه الكود الحين اسويه سههههههههههههههههل جدا ولا فيه صعبه
  14. طيب سؤال الحين كودك ذا أنت أيش كنت تفكر فيه لما سويته function ( ) createTeam ( 'Gang', 255, 250, 0 ) if newTeam then setPlayerTeam ( source, player ) end end addCommandHandler ( "gimmeateam", assignNewTeam ) أنت تبي لما لاعب يخش السيرفر !!!!!!!!!!!!!طيب أيش دخل أم الكومند بالسالفه والله يا تابل ردكيحضك وكل رد تنزله اضحك ياحي والله مدري ساعندي واسويلك سيرفر يلا ههههه
  15. ياخي جربت كود بس ياخي مافي شي صلح لي مافي زعل
  16. لو دخلت سيرفر يحولك مثلا يكون في تيمين يحولك التيم الاول لو مت يحولك التيم الثاني بحيث يكون العدد متساوي
  17. شباب تكفون لا احد يحطمني ساعدوني
  18. function ( ) createTeam ( 'Gang', 255, 250, 0 ) if newTeam then setPlayerTeam ( source, player ) end end addCommandHandler ( "gimmeateam", assignNewTeam ) هذا كودي صح ؟
  19. تخش السيرفر في تيمين يدخلك في اي تيم
  20. السلام علليكم شباب ابي اي واحد يدخل التيم يدخله الكنترو من حاله اي تيم
  21. ثانكس بحاول اسوي الاكواد
  22. السلام عليكم شباب ابي كود التسجيل ابي لما يدق على زر التسجيل يفتح له نافذه فيها حق التسجيل =================كذا وابي الرقم السري مايطلع زي كذا ************** انشاء الله فهمتم وجزاكم الله خير الجزاء
×
×
  • Create New...