Tete omar Posted June 13, 2012 Share Posted June 13, 2012 السلام عليكم ورحمة الله وبركاته ابي مود يخلي السلاح بدال ما يطلع رصاص يطلع قنآبل او يطلع مفجرآت الخ .. يعني باختصار زي الشوب حق البيس مود 2 - ابي كود يخلي السلاح ما ينتهي يعني مو لازم يعشق السلاح السلاح على طول معه والسلام عليكم ورحمة الله وبركاته Link to comment
Bssol Posted June 13, 2012 Share Posted June 13, 2012 اخوي لا تصير اتكالي على احد، حاول تسوي الكود بنفسك واي خطأ اطرحه هنا وحنا نساعدك ان شاء الله. اذا بتجلس تطلب الاكواد بدون ما تحاول ماراح تتعلم ابد. Link to comment
Scripting Posted June 14, 2012 Share Posted June 14, 2012 ابي مود يخلي السلاح بدال ما يطلع رصاص يطلع قنآبل او يطلع مفجرآت الخ .. client-side: function weaponfireds (weapon, ammo, ammoInClip, hitX, hitY, hitZ, hitElement ) if ( weapon == 24) then triggerServerEvent ("bulletboom" ,getLocalPlayer(), hitX, hitY, hitZ ) end if ( weapon == 23) then triggerServerEvent ("bulletboom" ,getLocalPlayer(), hitX, hitY, hitZ ) end if ( weapon == 22) then triggerServerEvent ("bulletboom" ,getLocalPlayer(), hitX, hitY, hitZ ) end if ( weapon == 31) then triggerServerEvent ("bulletboom" ,localPlayer, hitX, hitY, hitZ ) end if ( weapon == 30) then triggerServerEvent ("bulletboom" ,getLocalPlayer(), hitX, hitY, hitZ ) end if ( weapon == 32) then triggerServerEvent ("bulletboom" ,getLocalPlayer(), hitX, hitY, hitZ ) end if ( weapon == 29) then triggerServerEvent ("bulletboom" ,getLocalPlayer(), hitX, hitY, hitZ ) end if ( weapon == 28) then triggerServerEvent ("bulletboom" ,getLocalPlayer(), hitX, hitY, hitZ ) end if ( weapon == 33) then triggerServerEvent ("bulletboom" ,getLocalPlayer(), hitX, hitY, hitZ ) end if ( weapon == 34) then triggerServerEvent ("bulletboom" ,getLocalPlayer(), hitX, hitY, hitZ ) end if ( weapon == 25) then triggerServerEvent ("bulletboom" ,getLocalPlayer(), hitX, hitY, hitZ ) end end addEventHandler ( "onClientPlayerWeaponFire",localPlayer, weaponfireds ) server-side: addEvent("bulletboom", true) addEventHandler("bulletboom", getRootElement(), function(l_6_0, l_6_1, l_6_2) createExplosion(l_6_0, l_6_1, l_6_2, 11, source, true, false, true) end ) Link to comment
Tete omar Posted June 14, 2012 Author Share Posted June 14, 2012 اخوي لا تصير اتكالي على احد، حاول تسوي الكود بنفسك واي خطأ اطرحه هنا وحنا نساعدك ان شاء الله. اذا بتجلس تطلب الاكواد بدون ما تحاول ماراح تتعلم ابد. والله عندك حق ... بس انا ما عندي وقت في حياتي الطبيعية ابحث عن كودات طلما عندي موقع اسآل فيه :\ Link to comment
Al3grab Posted June 16, 2012 Share Posted June 16, 2012 حاول تسوي الكود بنفسك ما عندي وقت في حياتي الطبيعية ابحث عن كودات Link to comment
Tete omar Posted June 17, 2012 Author Share Posted June 17, 2012 الا سويت بس قليل لآنو انا مو دايماً راقد على جهازي عيوني مفتحة ليل نهار انا حر .... Link to comment
Al3grab Posted June 17, 2012 Share Posted June 17, 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