SycroX Posted September 13, 2015 Share Posted September 13, 2015 السلام عليكم ورحمة الله و بركاته شباب ابا كود كتالي : انا مثلا مسوي تيم ابي كود يخلي لي التيم اقصي لاعبين له مثلا 10 يعني مثلا مسوي تيم Ballas ابا اسوي اقصي لاعبين فيه 10 .. ممكن الكود ؟ Link to comment
SycroX Posted September 13, 2015 Author Share Posted September 13, 2015 ااوك مشكور + طيب ممكن بس كود لما التيم يكون مثلا 10 ما حد يقدر يدخله ممكن ؟ مثلا function balanceTeams ( thePlayer ) local Grove = getTeamFromName ( "Grove Streets" ) local Ballas = getTeamFromName ( "Ballas" ) local GroveCount = countPlayersInTeam ( Grove ) local BallasCount = countPlayersInTeam ( Ballas ) if GroveCount == 10 then هنا ابا احط ما يخلي اللاعب يدخل elseif BallasCount == 10 then ابي احط هنا لما يكون 10 ما يقدر يدخل اللاعب التيم end end Link to comment
' A F . Posted September 13, 2015 Share Posted September 13, 2015 (edited) function balanceTeams ( ) if countPlayersInTeam(getTeamFromName('Grove Streets')) == 10 then -- You Code else outputChatBox('This Team is Full!',source,255,0,0,true) end if ( countPlayersInTeam(getTeamFromName('Ballas')) == 10 ) then -- You Code else outputChatBox('This Team is Full!',source,255,0,0,true) end end Edited September 13, 2015 by Guest Link to comment
SycroX Posted September 13, 2015 Author Share Posted September 13, 2015 function balanceTeams ( ) if countPlayersInTeam(getTeamFromName('Grove Streets')) == 10 then -- You Code else outputChatBox('This Team is Full!',source,255,0,0,true) end if ( countPlayersInTeam(getTeamFromName('Ballas')) == 100 ) then -- You Code else outputChatBox('This Team is Full!',source,255,0,0,true) end end انا ابي ما يدخلو التيم شكلك ما فهمت قصدي زي جراند --You Code ? امال انا جي هنا عشان وش Link to comment
' A F . Posted September 13, 2015 Share Posted September 13, 2015 -- You Code تحط الي انت تبي تسويه يدخله التيم بكيفك لاكن لو التيم فيه 10 يقول This Team is Full , لاكن مافهمت زي جرآند ؟ Link to comment
SycroX Posted September 13, 2015 Author Share Posted September 13, 2015 خلاص اوك مشكور + زي جراند العرب قصدي 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