Jump to content

كود ربط الوحة بلماركر


Recommended Posts

addEventHandler('onClientMarkerHit', marker, 
function( Hit ) 
    if getElementType(Hit) == 'player'  then 
    guiSetVisible(Name, true) 
end 
 end 
) 

" درينا انك خبره .. بس وش الفايدة هو ماتعلم شيء هالحين كلها " نسخ + لصق

Link to comment
addEventHandler('onClientMarkerHit', marker, 
function( Hit ) 
    if getElementType(Hit) == 'player'  then 
    guiSetVisible(Name, true) 
end 
 end 
) 

" درينا انك خبره .. بس وش الفايدة هو ماتعلم شيء هالحين كلها " نسخ + لصق

اسف والله ولأيهمك مره ثأنية احد الفنكشنات بس ,

Link to comment
addEventHandler('onClientMarkerHit', marker, 
function( Hit ) 
    if getElementType(Hit) == 'player'  then 
    guiSetVisible(Name, true) 
end 
 end 
) 

addEventHandler('onClientMarkerHit', marker, 
function( Hit ) 
    if getElementType(Hit) == 'player'  then 
    guiSetVisible(Name, true) 
    showCursor (true) 
end 
 end 
) 

Link to comment
addEventHandler('onClientMarkerHit', marker, 
function( Hit ) 
    if getElementType(Hit) == 'player'  then 
    guiSetVisible(Name, true) 
end 
 end 
) 

addEventHandler('onClientMarkerHit', marker, 
function( Hit ) 
    if getElementType(Hit) == 'player'  then 
    guiSetVisible(Name, true) 
    showCursor (true) 
end 
 end 
) 

addEventHandler('onClientMarkerHit', marker, 
function( Hit ) 
    if Hit == localPlayer then 
    guiSetVisible(Name, true) 
    showCursor (true) 
end 
 end 
) 

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