Sfa7 Posted February 16, 2013 Share Posted February 16, 2013 (edited) تمت الافاده Edited February 16, 2013 by Guest Link to comment
TD[M]ER Posted February 16, 2013 Share Posted February 16, 2013 واللهه انا م فهمت الطلب لكن اذا كنت تقصد ان لو كنت كونسسل يدخلكـ ع ـتيم وبس .. هذا الكود -- server side function crreateTeam () console = createTeam ( "console", 0, 255, 0 ) end addEventHandler("onResourceStart", resourceRoot, crreateTeam) function setTeam() if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(source)), aclGetGroup("Console")) then setPlayerTeam(source, console) end end addEventHandler("onPlayerLogin",getRootElement(),setTeam) Link to comment
|Mr|-Talal07-| Posted February 16, 2013 Share Posted February 16, 2013 شوف تقدر تسوي كود للتحقيق في التيم اذا كان في الكونسوال ولا لا جرب ذا الكود اانا مسويه team = createTeam("Console",255,0,0) function Chack() for i,player in ipairs(getPlayersInTeam(team)) do local acc = getPlayerAccount(player) if not isGusetAccount(acc) then if not isObjectInACLGroup("user." .. getAccountName(acc),aclGetGroup("Console")) then setPlayerTeam(player,nil) end else setPlayerTeam(player,nil) end end end setTimer(Chack,5000,0) addEventHandler("onPlayerLogin",root, function (_,acc) if isObjectInACLGroup("user." .. getAccountName(acc),aclGetGroup("Console")) then setPlayerTeam(source,team) end end ) كل 5 ثواني يتحقق Link to comment
TD[M]ER Posted February 16, 2013 Share Posted February 16, 2013 التايمر يسوي لآق ذذ خله عند تسجيل دخول اللاعب Link to comment
|Mr|-Talal07-| Posted February 16, 2013 Share Posted February 16, 2013 التايمر يسوي لآق ذذ خله عند تسجيل دخول اللاعب الاخ يقول لك اذا دخل من الادمنيه و ما عنده حساب ولا عنده بس مو من الكونسوال و كمان ما عنده الا ذا Link to comment
Sfa7 Posted February 16, 2013 Author Share Posted February 16, 2013 اخوي طلال كودك للاسف ماضبط انا كونسل وخويي اداره مهو كونسل لو خويي دخل نفسه من الادمنيه عادي يدخله ؟؟ ومايطرده انتضرت 10 دقاايق وخويي داخل معي بـ التيم ليه ماطرده ؟ انا ابي التيم يدخل فقط الكونسل اذا مو كونسل يطرده Link to comment
iMr.Dawix~# Posted February 16, 2013 Share Posted February 16, 2013 team = createTeam("Console",255,0,0) function Chack() for i,player in ipairs(getPlayersInTeam(team)) do local acc = getPlayerAccount(player) if not isGusetAccount(acc) then if isObjectInACLGroup("user." .. getAccountName(acc),aclGetGroup("Console")) then setPlayerTeam(player,team) end else setPlayerTeam(player,nil) end end end setTimer(Chack,5000,0) addEventHandler("onPlayerLogin",root, function (_,acc) if isObjectInACLGroup("user." .. getAccountName(acc),aclGetGroup("Console")) then setPlayerTeam(source,team) end end ) يمكن كذا ! كود طلال Link to comment
Sfa7 Posted February 16, 2013 Author Share Posted February 16, 2013 ضااوي انت اخذت كود طلال وحطيته وش سويت يعني ذذ Link to comment
iMr.Dawix~# Posted February 16, 2013 Share Posted February 16, 2013 ضااوي انت اخذت كود طلال وحطيته وش سويت يعني ذذ بدلت سطر 7 Link to comment
Sfa7 Posted February 16, 2013 Author Share Posted February 16, 2013 خخخخخ ماسويت شي نفس كود طلال كان ماتعبت نفسك Link to comment
TAPL Posted February 16, 2013 Share Posted February 16, 2013 team = createTeam("Console",255,0,0) function Chack() for i,player in ipairs(getPlayersInTeam(team)) do local acc = getPlayerAccount(player) local playerTeam = getPlayerTeam(player) if not isGuestAccount(acc) then if isObjectInACLGroup("user."..getAccountName(acc), aclGetGroup("Console")) then if playerTeam ~= team then setPlayerTeam(player, team) end else if playerTeam == team then setPlayerTeam(player, nil) end end end end end setTimer(Chack,5000,0) Link to comment
Sfa7 Posted February 16, 2013 Author Share Posted February 16, 2013 تابل جربته وماضبط بس بسالك التيم انا اسويه من الادمنيه ولا هو يجي من نفسه ؟ لني انا سويته من الادمنيه واول ما اشغل الكود ماطلعلي التيم بـ التاب ورحت سويته من الادمنيه ومايطرد خويي انا كونسل وخويي اداره مايطرده >< Link to comment
Mr.T9 Posted February 16, 2013 Share Posted February 16, 2013 تابل جربته وماضبط بس بسالك التيم انا اسويه من الادمنيه ولا هو يجي من نفسه ؟ لني انا سويته من الادمنيه واول ما اشغل الكود ماطلعلي التيم بـ التاب ورحت سويته من الادمنيه ومايطرد خويي انا كونسل وخويي اداره مايطرده >< بكود تابل يسوي تيم + الكود سيرفر Link to comment
Sfa7 Posted February 16, 2013 Author Share Posted February 16, 2013 لوووول اخوي تااابل يطيك العافيه بس انا احسبه كلنت ومشكووورين ومشكوور ي تي 9 ع المعلومه ض2 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