Jump to content

ماركر الصحه


Recommended Posts

مثلا ماركر لادخلته يجيك صحه مايشتغل

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
--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

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
--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)

:lol::lol::lol::lol::lol::lol::lol::lol:

Link to comment
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
بالكلينت player المفروض تحط

+ البرامتر في السيرفر غير معرف اذا تبي تعرفه تسوي كذا,

triggerServerEvent("Health", player,player) 

+ مختصر احسن من البرامتر source استخدم

توي انتبه لها وقسم

مشكور على التنبية ^

Link to comment
بالكلينت player المفروض تحط

+ البرامتر في السيرفر غير معرف اذا تبي تعرفه تسوي كذا,

triggerServerEvent("Health", player,player) 

+ مختصر احسن من البرامتر source استخدم

عادي ماعندهـ مشكلة، لكن هو فقط نسى هالتحقق هذا localPlayer لو خلاها

if ( player == localPlayer ) then 

. حتى يمديه يسوي الكود بدون تريقر، يعني يسوي وظيفة تحديد دم اللاعب بجانب الكلاينت ومارح يواجه مشاكل +

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...