MrCor Posted November 20, 2012 Share Posted November 20, 2012 السلام عليكم ورحمة الله وبركاته شباب أبي كم كود وهم كود يخلي البيد مايموت و أبي كود يخصص سلاح لتيم معين يعني اذا أحد من تيم ثاني أخذه يختفي و يطلع له كلام وأبي كود اذا البيد دخل ماركر يصير له شي أنا أحدده مثلا ينعطى سلاح أو درع Link to comment
Bhrany-danger Posted November 21, 2012 Share Posted November 21, 2012 السلام عليكم ورحمة الله وبركاتهشباب أبي كم كود وهم كود يخلي البيد مايموت و أبي كود يخصص سلاح لتيم معين يعني اذا أحد من تيم ثاني أخذه يختفي و يطلع له كلام وأبي كود اذا البيد دخل ماركر يصير له شي أنا أحدده مثلا ينعطى سلاح أو درع البيد ما يموت https://wiki.multitheftauto.com/wiki/OnClientPedDamage --------- أإخذ السلاح https://wiki.multitheftauto.com/wiki/TakeWeapon جلب اسم التيم https://wiki.multitheftauto.com/wiki/GetPlayerTeam ---------- وهذا عشان لما البيد يلامس الماركر يصير الحدث https://wiki.multitheftauto.com/wiki/OnMarkerHit تعطيه درع https://wiki.multitheftauto.com/wiki/SetPedArmor Link to comment
MrCor Posted November 21, 2012 Author Share Posted November 21, 2012 السلام عليكم ورحمة الله وبركاتهشباب أبي كم كود وهم كود يخلي البيد مايموت و أبي كود يخصص سلاح لتيم معين يعني اذا أحد من تيم ثاني أخذه يختفي و يطلع له كلام وأبي كود اذا البيد دخل ماركر يصير له شي أنا أحدده مثلا ينعطى سلاح أو درع البيد ما يموت https://wiki.multitheftauto.com/wiki/OnClientPedDamage أوك شكرا --------- أإخذ السلاح https://wiki.multitheftauto.com/wiki/TakeWeapon جلب اسم التيم https://wiki.multitheftauto.com/wiki/GetPlayerTeam خوك أنا أبي كود كامل مو كود أخذ السلاح ---------- وهذا عشان لما البيد يلامس الماركر يصير الحدث https://wiki.multitheftauto.com/wiki/OnMarkerHit هذا الكود ما نفع مع البيد تعطيه درع https://wiki.multitheftauto.com/wiki/SetPedArmor الدرع كان مثال Link to comment
MrCor Posted November 21, 2012 Author Share Posted November 21, 2012 زين ابي كود يشوف ويش السلاح الي عند اللاعب Link to comment
nony Posted November 21, 2012 Share Posted November 21, 2012 زين ابي كود يشوف ويش السلاح الي عند اللاعب تقصد يجي اسم السلاح ولا الايدي حق السلاح؟ Link to comment
|Mr|-Talal07-| Posted November 21, 2012 Share Posted November 21, 2012 استخدم getPlayerWeapon getWeaponNameFromID Link to comment
MrCor Posted November 21, 2012 Author Share Posted November 21, 2012 function Cor ( thePlayer ) if getElementType ( thePlayer ) == "player" then if getPlayerTeam ( thePlayer ) == getTeamFromName ( "test" ) then if getPlayerWeapon ( thePlayer ) == "Ak-78" or "30" then ( takeWeapon ( thePlayer, 30 ) end end end end ويش الغلط شباب Link to comment
AhmadQTR Posted November 21, 2012 Share Posted November 21, 2012 جرب ذا function Cor ( thePlayer ) if getElementType ( thePlayer ) == "player" then if getPlayerTeam ( thePlayer ) == getTeamFromName ( "test" ) then if getPlayerWeapon ( thePlayer ) == "ak-47" or "30" then takeWeapon ( thePlayer, 30 ) end end end end Link to comment
TAPL Posted November 21, 2012 Share Posted November 21, 2012 function Cor(thePlayer) if getElementType(thePlayer) == "player" then if getPlayerTeam(thePlayer) == getTeamFromName("test") then if getPedWeapon(thePlayer) == 30 then takeWeapon(thePlayer, 30) end end end end Link to comment
MrCor Posted November 22, 2012 Author Share Posted November 22, 2012 اصلاً وين الإيفنت ؟؟ ياليت تحطه ليي عناد Link to comment
MrCor Posted November 22, 2012 Author Share Posted November 22, 2012 function Cor(thePlayer) if getElementType(thePlayer) == "player" then if getPlayerTeam(thePlayer) == getTeamFromName("test") then if getPedWeapon(thePlayer) == 30 then takeWeapon(thePlayer, 30) end end end end تابل الكود مو شغال عطيت اللاعب السلاح و لا سحبه سويت ريسترات حق المود ما نفع Link to comment
3NAD Posted November 22, 2012 Share Posted November 22, 2012 انت متى تبي الوظيفة تشتغل ؟ Link to comment
MrCor Posted November 22, 2012 Author Share Posted November 22, 2012 انت متى تبي الوظيفة تشتغل ؟ أبيها لم اللاعب يشتري السلاح أو ياخذه من الأرض Link to comment
3NAD Posted November 22, 2012 Share Posted November 22, 2012 طيب وظيفة إذا اللاعب شرا السلاح اربطها مع الكود السابق مثآل : addEventHandler ( "onPlayerChat", root, function ( msg ) outputChatBox ( getPlayerName ( source ) .. " : " .. msg, root ) Cor ( ) end ) Link to comment
MrCor Posted November 22, 2012 Author Share Posted November 22, 2012 عناد مافهمت عليك انا أبي الحين يصير الكود ياخذ السلاح تلقائي كأن السلاح ممنوع بس لفريق معين Link to comment
Mr.T9 Posted November 22, 2012 Share Posted November 22, 2012 لسحب الاسلاح استخدم takeWeapon Link to comment
MrCor Posted November 22, 2012 Author Share Posted November 22, 2012 لسحب الاسلاح استخدم takeWeapon خوك شوف السالفه قبل لا ترد Link to comment
MrCor Posted November 22, 2012 Author Share Posted November 22, 2012 function Cor(thePlayer) if getElementType(thePlayer) == "player" then if getPlayerTeam(thePlayer) == getTeamFromName("test") then if getPedWeapon(thePlayer) == 30 then takeWeapon(thePlayer, 30) end end end end المطلوب : السلاح يصير ممنوع لتيم معين Link to comment
3NAD Posted November 22, 2012 Share Posted November 22, 2012 addEventHandler ( "onPlayerWeaponSwitch", root, function ( ) if getPlayerTeam ( source ) == getTeamFromName ( "test" ) then if getPedWeapon ( source ) == getWeaponNameFromID ( 30 ) then takeWeapon( source, 30 ) end end end ) Link to comment
TAPL Posted November 22, 2012 Share Posted November 22, 2012 addEventHandler ( "onPlayerWeaponSwitch", root, function ( ) if getPlayerTeam ( source ) == getTeamFromName ( "test" ) then if getPedWeapon ( source ) == getWeaponNameFromID ( 30 ) then takeWeapon( source, 30 ) end end end ) addEventHandler ( "onPlayerWeaponSwitch", root, function (_, wp) if getPlayerTeam ( source ) == getTeamFromName ( "test" ) then if wp == 30 then takeWeapon( source, 30 ) end end end ) Link to comment
MrCor Posted November 22, 2012 Author Share Posted November 22, 2012 شباب الكود للحين مو شغال طبعا الكود سيرفر أنا جربته كلنت و سيرفر ولا زبط أخذت سلاح من الأدمنية ما سحبه أحذت من الأرص ما سحبه أخذت من الشوب ما سحبه Link to comment
abu5lf Posted November 22, 2012 Share Posted November 22, 2012 انا مسوي كود بس مايسحب السلاح يخليك ماتطلق واضفته في امثلة الويكي https://wiki.multitheftauto.com/wiki/OnP ... aponSwitch Link to comment
Bhrany-danger Posted November 22, 2012 Share Posted November 22, 2012 الــكود حق تابل شغال بسس ياخذ السلاح لما الاعب يغير الاسلحة مثلا لما يضغط e او w يسحب من عنده السسلاح Link to comment
abu5lf Posted November 22, 2012 Share Posted November 22, 2012 ^ شيء اكيد شغل المود قبل تعطي السلاح 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