Simple. Posted July 30, 2014 Share Posted July 30, 2014 آلسسلآم عليكم كيف آلحال آلمهم \ انا مركب قروب سستم آلعقرب وآبي , كود مقدر آذبح الي معي بآلقروب + آلنافذه مآتطلع إلآ لفريق معين Link to comment
#DRAGON!FIRE Posted July 30, 2014 Share Posted July 30, 2014 Event: "onClientPlayerDamage" getElementData getElementType cancelEvent Link to comment
Max+ Posted July 30, 2014 Share Posted July 30, 2014 (edited) --- Edited July 30, 2014 by Guest Link to comment
#DRAGON!FIRE Posted July 30, 2014 Share Posted July 30, 2014 setTeamFriendlyFire * Team !! Link to comment
Max+ Posted July 30, 2014 Share Posted July 30, 2014 (edited) . Edited July 30, 2014 by Guest Link to comment
#DRAGON!FIRE Posted July 30, 2014 Share Posted July 30, 2014 ي ماكس الله يهديكـ .. وش دخل التيم ؟ Link to comment
Max+ Posted July 30, 2014 Share Posted July 30, 2014 ي ماكس الله يهديكـ .. وش دخل التيم ؟ والله ياخوك اني شفته كاتب منع قتل اللي معي بالتيم بس شكلي توهمت المعذرة ذذ Link to comment
Jey Posted July 30, 2014 Share Posted July 30, 2014 (edited) ..... Edited July 30, 2014 by Guest Link to comment
#DRAGON!FIRE Posted July 30, 2014 Share Posted July 30, 2014 وآبي , كود مقدر آذبح الي معي بآلقروب @ Jey : الكلام لماكس .. كودكـ كان صحيح بس ناقص كم تحقق يصير كذا .. : addEventHandler ( "onClientPlayerDamage", getLocalPlayer( ), function ( attacker ) if ( attacker and attacker ~= source and getElementType( attacker ) == "player" ) then if ( getElementData ( source, "Group" ) == getElementData ( attacker, "Group" ) ) then cancelEvent ( ) end end end ) Link to comment
Simple. Posted July 30, 2014 Author Share Posted July 30, 2014 مشكورين $ , بس آلنافذه آبيها تفتح لتيم معين بس ! Link to comment
#DRAGON!FIRE Posted July 30, 2014 Share Posted July 30, 2014 اي نافذة ؟ وتقصد بـ تيم قروب ولا تبيها لتيم ؟ Link to comment
Simple. Posted July 30, 2014 Author Share Posted July 30, 2014 آلقروب سستم كله , آبي يفتح لتيم معين انا آحدده Link to comment
#DRAGON!FIRE Posted July 30, 2014 Share Posted July 30, 2014 السكربت حق العقرب مشفر ؟ Link to comment
KING-_-HOHO Posted July 30, 2014 Share Posted July 30, 2014 روح لذا الكود في الكلنت function togglePanel(Vis) if Vis == false then guiSetVisible(GS_Window[1],false) showCursor(false) guiSetInputMode("allow_binds") else if getAccountName(localPlayer) ~= false then guiSetVisible(GS_Window[1],true) showCursor(true) guiSetInputMode("no_binds_when_editing") -- sortData() else outputGS("You must be logged in to open the panel !") end end end addEvent("toggleGroupSystemPanel",true) addEventHandler("toggleGroupSystemPanel",root,togglePanel) واستبدله بــ local Team = "هنآ آسم التيم" function togglePanel(Vis) if getPlayerTeam ( localPlayer ) and getTeamName ( getPlayerTeam ( localPlayer ) ) ~= Team then return false end if Vis == false then guiSetVisible(GS_Window[1],false) showCursor(false) guiSetInputMode("allow_binds") else if getAccountName(localPlayer) ~= false then guiSetVisible(GS_Window[1],true) showCursor(true) guiSetInputMode("no_binds_when_editing") -- sortData() else outputGS("You must be logged in to open the panel !") end end end addEvent("toggleGroupSystemPanel",true) addEventHandler("toggleGroupSystemPanel",root,togglePanel) مجرب ذذ Link to comment
#DRAGON!FIRE Posted July 30, 2014 Share Posted July 30, 2014 هريس اطرح كلنت حق القروب سستم Link to comment
Max+ Posted July 30, 2014 Share Posted July 30, 2014 روح لذا الكود في الكلنت function togglePanel(Vis) if Vis == false then guiSetVisible(GS_Window[1],false) showCursor(false) guiSetInputMode("allow_binds") else if getAccountName(localPlayer) ~= false then guiSetVisible(GS_Window[1],true) showCursor(true) guiSetInputMode("no_binds_when_editing") -- sortData() else outputGS("You must be logged in to open the panel !") end end end addEvent("toggleGroupSystemPanel",true) addEventHandler("toggleGroupSystemPanel",root,togglePanel) واستبدله بــ local Team = "هنآ آسم التيم" function togglePanel(Vis) if getPlayerTeam ( localPlayer ) and getTeamName ( getPlayerTeam ( localPlayer ) ) ~= Team then return false end if Vis == false then guiSetVisible(GS_Window[1],false) showCursor(false) guiSetInputMode("allow_binds") else if getAccountName(localPlayer) ~= false then guiSetVisible(GS_Window[1],true) showCursor(true) guiSetInputMode("no_binds_when_editing") -- sortData() else outputGS("You must be logged in to open the panel !") end end end addEvent("toggleGroupSystemPanel",true) addEventHandler("toggleGroupSystemPanel",root,togglePanel) مجرب ذذ ماشاء الله مجرب اجل getAccountName --- سيرفر مع اكواد كلينت ؟؟ اي مجرب خخخ Link to comment
KING-_-HOHO Posted July 30, 2014 Share Posted July 30, 2014 مجرب ذذ هرييس لا تفلسف بس ذا كود العقرب آنآ ضفت كود تيم معين وبس Link to comment
Simple. Posted July 30, 2014 Author Share Posted July 30, 2014 يعطيكم آلعافيه , م قصرتو ( يغلق ) Link to comment
#DRAGON!FIRE Posted July 30, 2014 Share Posted July 30, 2014 مجرب ذذ هرييس لا تفلسف بس ذا كود العقرب آنآ ضفت كود تيم معين وبس ي ابني الله يستر عليكـ كودكـ خطا ! Link to comment
KING-_-HOHO Posted July 30, 2014 Share Posted July 30, 2014 روح لذا الكود في الكلنت function togglePanel(Vis) if Vis == false then guiSetVisible(GS_Window[1],false) showCursor(false) guiSetInputMode("allow_binds") else if getAccountName(localPlayer) ~= false then guiSetVisible(GS_Window[1],true) showCursor(true) guiSetInputMode("no_binds_when_editing") -- sortData() else outputGS("You must be logged in to open the panel !") end end end addEvent("toggleGroupSystemPanel",true) addEventHandler("toggleGroupSystemPanel",root,togglePanel) واستبدله بــ local Team = "هنآ آسم التيم" function togglePanel(Vis) if getPlayerTeam ( localPlayer ) and getTeamName ( getPlayerTeam ( localPlayer ) ) ~= Team then return false end if Vis == false then guiSetVisible(GS_Window[1],false) showCursor(false) guiSetInputMode("allow_binds") else if getAccountName(localPlayer) ~= false then guiSetVisible(GS_Window[1],true) showCursor(true) guiSetInputMode("no_binds_when_editing") -- sortData() else outputGS("You must be logged in to open the panel !") end end end addEvent("toggleGroupSystemPanel",true) addEventHandler("toggleGroupSystemPanel",root,togglePanel) مجرب ذذ ماشاء الله مجرب اجل getAccountName --- سيرفر مع اكواد كلينت ؟؟ اي مجرب خخخ أقول لاتتفلسف انت الثاني جرب واحكم Link to comment
KING-_-HOHO Posted July 30, 2014 Share Posted July 30, 2014 مجرب ذذ هرييس لا تفلسف بس ذا كود العقرب آنآ ضفت كود تيم معين وبس ي ابني الله يستر عليكـ كودكـ خطا ! جرب وتكلم يعني تبيني اوريك فيديو Link to comment
#DRAGON!FIRE Posted July 30, 2014 Share Posted July 30, 2014 ياخي انت تفهم ؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟ حاط اكواد كلنت مع سيرفر وتقولي جرب ؟ Link to comment
Max+ Posted July 30, 2014 Share Posted July 30, 2014 ياخي انت تفهم ؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟؟حاط اكواد كلنت مع سيرفر وتقولي جرب ؟ خله يابن الحلال لايصيرر الموضوع 20 صفحة صاحب الموضوع قال يغلق براحته .. Link to comment
Simple. Posted July 30, 2014 Author Share Posted July 30, 2014 يضر ب شي , ؟ آنا ركبته ضبط مآفيه شي !؟ 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