3ssol Posted April 10, 2013 Author Share Posted April 10, 2013 انا اقصد هذا وش وضعه او وش يعني بل كود isElementWithinMarker Link to comment
TAPL Posted April 10, 2013 Share Posted April 10, 2013 انا اقصد هذا وش وضعه او وش يعني بل كودisElementWithinMarker https://wiki.multitheftauto.com/wiki/IsElementWithinMarker Link to comment
3ssol Posted April 10, 2013 Author Share Posted April 10, 2013 https://wiki.multitheftauto.com/wiki/IsElementWithinMarker رحت لـ الصفحه بس مافهمت شي مادري وش وضعه او وش فايدته Link to comment
iMr.Dawix~# Posted April 10, 2013 Share Posted April 10, 2013 انا اقصد هذا وش وضعه او وش يعني بل كودisElementWithinMarker هذا يعني داخل الماركر في الماركر Link to comment
3ssol Posted April 10, 2013 Author Share Posted April 10, 2013 الكود مو شغاال احذف قنبله وادخل بل ماركر ولما تنفجر ينقص دمي Link to comment
|Mr|-Talal07-| Posted April 10, 2013 Share Posted April 10, 2013 الكود مو شغاال احذف قنبله وادخل بل ماركر ولما تنفجر ينقص دمي addEventHandler("onClientPlayerDamage",root, function (ata) if source == localPlayer and ata == localPlayer then cancelEvent() end end ) جرب ما جربته وو يمكن اول مره اسويه بس جرب Link to comment
3ssol Posted April 10, 2013 Author Share Posted April 10, 2013 لووول طيب وين بحط اسم الماركر الي بدخل ؟! ذذ Link to comment
فاّرس Posted April 10, 2013 Share Posted April 10, 2013 لووول طيب وين بحط اسم الماركر الي بدخل ؟! ذذ يعني تبيه اذا رمى قنبله او ضرب بسلاح ما يتأثر وهو داخل الماركر؟ Link to comment
3ssol Posted April 10, 2013 Author Share Posted April 10, 2013 وش دخل toggleControl انا ابي الي يخش بل ماركر ماااااااااااااااايموووووووووووووووووووووت لو يطلقون عليه بـ خلاط اي شي مااايموت واذا خرج من الماركر الكل يقدر يقتله Link to comment
iMr.Dawix~# Posted April 10, 2013 Share Posted April 10, 2013 (edited) marker = createMarker ( x, y, z, 'checkpoint', 55, 255, 0, 0, 255 ) function Dkill() cancelEvent() end addEventHandler ( "onClientMarkerHit",root,marker, function () if isElementWithinMarker ( source, marker ) then addEventHandler("onClientPlayerDamage",root,Dkill) else removeEventHandler("onClientPlayerDamage",root,Dkill) end end) او جرب ذا marker = createMarker ( x, y, z, 'checkpoint', 55, 255, 0, 0, 255 ) function Dkill() cancelEvent() end addEventHandler ( "onClientMarkerHit",root,marker function () addEventHandler("onClientPlayerDamage",root,Dkill) end) addEventHandler ( "onClientMarkerLeave",root,marker function () removeEventHandler("onClientPlayerDamage",root,Dkill) end) Edited April 10, 2013 by Guest Link to comment
TAPL Posted April 10, 2013 Share Posted April 10, 2013 ^^ تخبيص تايم الكود مو شغاال احذف قنبله وادخل بل ماركر ولما تنفجر ينقص دمي أنت حاطه كلينت و إلا سيرفر؟ Link to comment
3ssol Posted April 10, 2013 Author Share Posted April 10, 2013 حاطه سيرفر + ي ضااوي ولا واحد ضببط Link to comment
TAPL Posted April 10, 2013 Share Posted April 10, 2013 onClientPlayerDamage تشوف اسم الأفنت؟ !!!فيه كلمه كلينت يعني الكود كلينت Link to comment
3ssol Posted April 10, 2013 Author Share Posted April 10, 2013 كفوووووووووو تابل يعطيك العاافيه + ي بين او PIN مشكووورين + تابل ممكن تعدلي هل كود local car = createVehicle ( 560, 836.54529, -2036.90076, 12.86719 ) createBlipAttachedTo(car,27) setVehiclePaintjob ( car, 2 ) addEventHandler("onResourceStart",resourceRoot, function() setVehicleDamageProof(car,true) end) addEventHandler("onVehicleStartEnter", root, function(player) if(source==car)then if (getPlayerSerial(player)~="1DCCRAD31F0DC576D66EB78199FE5FA2")then cancelEvent() r,b,g = math.random(0,255) outputChatBox( "ليست ملكك هذه السياره", player, r, b, g, true ) else r,b,g = math.random(0,255) outputChatBox( ".:[نورت السياره ]:.", player, r, b, g, true ) end end end) مشكلت هل كود ان لو يجي اي واحد يضغط حرف G يبي يركب جمبي مايقدر يقوله ليس ملكك هذه االسياره انا ابيه يركب جمبي عادي بس مابيه يسوق ككيف حاولت فيه لما طفشت Link to comment
TAPL Posted April 10, 2013 Share Posted April 10, 2013 1 هو صفر إذا ما ضبط جرب حط seat أضن ان رقم السوق ال local car = createVehicle ( 560, 836.54529, -2036.90076, 12.86719 ) createBlipAttachedTo(car,27) setVehiclePaintjob ( car, 2 ) addEventHandler("onResourceStart",resourceRoot, function() setVehicleDamageProof(car,true) end) addEventHandler("onVehicleStartEnter", root, function(player, seat) if(source==car)then if (getPlayerSerial(player)~="1DCCRAD31F0DC576D66EB78199FE5FA2") and (seat == 0) then cancelEvent() r,b,g = math.random(0,255) outputChatBox( "ليست ملكك هذه السياره", player, r, b, g, true ) else r,b,g = math.random(0,255) outputChatBox( ".:[نورت السياره ]:.", player, r, b, g, true ) end end end) Link to comment
3ssol Posted April 10, 2013 Author Share Posted April 10, 2013 كفوو والله ضبط بعدي والله ^ تتسلم Link to comment
PaiN^ Posted April 11, 2013 Share Posted April 11, 2013 كفوووووووووو تابل يعطيك العاافيه PIN مشكووورين ,, العفو 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