aL.Kfo Posted April 9, 2014 Share Posted April 9, 2014 مثلا ماركر لادخلته يجيك صحه مايشتغل addEventHandler ("onMarkerHit", getRootElement(), function () marker = createMarker ( -2405.1262207031,-604.41851806641,132.6484375, "cylinder", 2, 255, 0, 0, 255 ) setElementHealth ( player, 100 ) end end ) واعذروني ع ترتيب الاكواد المشكله من المنتدى Link to comment
#Rmad~> Posted April 9, 2014 Share Posted April 9, 2014 --Client -- marker = createMarker ( -2405.1262207031,-604.41851806641,132.6484375, "cylinder", 2, 255, 0, 0, 255 ) addEventHandler ("onClientMarkerHit",marker, function (player) triggerServerEvent("Health", localPlayer) end ) -- Server -- function Health(player) if getElementType(player) == "player" then setElementHealth ( player, 100 ) end end addEvent("Health",true) addEventHandler("Health", root, Health) Link to comment
The Killer Posted April 9, 2014 Share Posted April 9, 2014 AboZaHRa @ ليه حاط الترايقر وليه مسويه كلينت ---- @ صاحب الموضوع local marker = createMarker (x,y,z, "cylinder", 2, 255, 255, 0) addEventHandler ("onMarkerHit", marker, function (player) if getElementType (player) == "player" then setElementHealth (player, 100) end end ) Link to comment
</Mr.Tn6eL> Posted April 9, 2014 Share Posted April 9, 2014 --Client -- marker = createMarker ( -2405.1262207031,-604.41851806641,132.6484375, "cylinder", 2, 255, 0, 0, 255 ) addEventHandler ("onClientMarkerHit",marker, function (player) triggerServerEvent("Health", localPlayer) end ) -- Server -- function Health(player) if getElementType(player) == "player" then setElementHealth ( player, 100 ) end end addEvent("Health",true) addEventHandler("Health", root, Health) triggerServerEvent("Health", localPlayer) Link to comment
#Rmad~> Posted April 9, 2014 Share Posted April 9, 2014 AboZaHRa @ليه حاط الترايقر وليه مسويه كلينت ---- @ صاحب الموضوع local marker = createMarker (x,y,z, "cylinder", 2, 255, 255, 0) addEventHandler ("onMarkerHit", marker, function (player) if getElementType (player) == "player" then setElementHealth (player, 100) end end ) كان عندي جاهز يالغالي ونزلتهه بنسبة ل كي اس اي على ايش تضحك ذذ التريقر صحيح ! Link to comment
فاّرس Posted April 9, 2014 Share Posted April 9, 2014 بالكلينت player المفروض تحط + البرامتر في السيرفر غير معرف اذا تبي تعرفه تسوي كذا, triggerServerEvent("Health", player,player) + مختصر احسن من البرامتر source استخدم Link to comment
#Rmad~> Posted April 9, 2014 Share Posted April 9, 2014 بالكلينت player المفروض تحط + البرامتر في السيرفر غير معرف اذا تبي تعرفه تسوي كذا, triggerServerEvent("Health", player,player) + مختصر احسن من البرامتر source استخدم توي انتبه لها وقسم مشكور على التنبية ^ Link to comment
aL.Kfo Posted April 9, 2014 Author Share Posted April 9, 2014 خلأص كويس لاهنت ذا كلير + ابو زهره Link to comment
K1NG Posted April 10, 2014 Share Posted April 10, 2014 بالكلينت player المفروض تحط + البرامتر في السيرفر غير معرف اذا تبي تعرفه تسوي كذا, triggerServerEvent("Health", player,player) + مختصر احسن من البرامتر source استخدم عادي ماعندهـ مشكلة، لكن هو فقط نسى هالتحقق هذا localPlayer لو خلاها if ( player == localPlayer ) then . حتى يمديه يسوي الكود بدون تريقر، يعني يسوي وظيفة تحديد دم اللاعب بجانب الكلاينت ومارح يواجه مشاكل + Link to comment
The Killer Posted April 10, 2014 Share Posted April 10, 2014 خلأص كويس لاهنت ذا كلير + ابو زهره حياك الله Link to comment
aL.Kfo Posted April 10, 2014 Author Share Posted April 10, 2014 خلأص كويس لاهنت ذا كلير + ابو زهره حياك الله الله يحييك Link to comment
™!>VàLéNTiNô<!™ Posted April 10, 2014 Share Posted April 10, 2014 viewtopic.php?f=161&t=74000 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