AhmeD~9MoD Posted June 5, 2013 Share Posted June 5, 2013 شباب , انا سويت كود لما يكون اللاعب من فريق الاحمر اول مايدخل مركبة تنفجر به وانا ابغيه يكون لسيارات محدده + تصحيح للكود Client Side -- addEventHandler("onClientVehicleEnter", getRootElement(), function ( thePlayer ) local RedTeam = getTeamName ( getTeamFromName ( "RedTeam" ) ) local playervehicle = getPlayerOccupiedVehicle ( thePlayer ) if ( playervehicle ) then if RedTeam then blowVehicle ( playervehicle ) end end end ) وشكراً Link to comment
iPrestege Posted June 5, 2013 Share Posted June 5, 2013 -- # Server Side : local VehicleIDs = { id,id,id } addEventHandler('onVehicleStartEnter',root, function ( player ) local team = getPlayerTeam ( player ) if team then local red = getTeamFromName( 'RedTeam' ) if red then if team == red then for _,key in ipairs ( VehicleIDs ) do if getElementModel ( source ) == key then blowVehicle ( source ) end end end end end end ) حط الايديات اللي تبي بالجدول Link to comment
AhmeD~9MoD Posted June 5, 2013 Author Share Posted June 5, 2013 -- # Server Side : local VehicleIDs = { id,id,id } addEventHandler('onVehicleStartEnter',root, function ( player ) local team = getPlayerTeam ( player ) if team then local red = getTeamFromName( 'RedTeam' ) if red then if team == red then for _,key in ipairs ( VehicleIDs ) do if getElementModel ( source ) == key then blowVehicle ( source ) end end end end end end ) حط الايديات اللي تبي بالجدول شكراً و جاري التجربةة Link to comment
AhmeD~9MoD Posted June 5, 2013 Author Share Posted June 5, 2013 يآ برستيجج , كودك لما انزل من السيآرة واصك الباب تنفجر المركبة .. Link to comment
iPrestege Posted June 5, 2013 Share Posted June 5, 2013 متآكد ؟ المفروض اول ماتركب بس ~~ Link to comment
AhmeD~9MoD Posted June 5, 2013 Author Share Posted June 5, 2013 متآكد ؟ المفروض اول ماتركب بس ~~ انا اعطي نفسي سيآآرة من لوحة الأدمنية , بعدين لما انزل منها تنفجر ! Link to comment
iPrestege Posted June 5, 2013 Share Posted June 5, 2013 امم .. توني جربتة تمآم؟ @ TheBest : مآيصلح يبية يوم يركب هو Link to comment
AhmeD~9MoD Posted June 5, 2013 Author Share Posted June 5, 2013 امم .. توني جربتة تمآم؟@ TheBest : مآيصلح يبية يوم يركب هو عجل ممكن الخلل من عندي ؟؟ او من السيرفر نفسه Link to comment
فاّرس Posted June 5, 2013 Share Posted June 5, 2013 يمكن في سكربت ثاني يسوي حدث اذا نزل تنفجر؟ واذا ما رضي طف السيرفر وشغله ... Link to comment
AhmeD~9MoD Posted June 5, 2013 Author Share Posted June 5, 2013 يمكن في سكربت ثاني يسوي حدث اذا نزل تنفجر؟واذا ما رضي طف السيرفر وشغله ... ضبط , 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