MR:SADIQ Posted April 12, 2013 Share Posted April 12, 2013 ممكن طلب يا شباب ابي اربط الوحة بلماركر كيف؟؟؟ Link to comment
Max+ Posted April 12, 2013 Share Posted April 12, 2013 addEventHandler('onClientMarkerHit', marker, function( Hit ) if getElementType(Hit) == 'player' then guiSetVisible(Name, true) end end ) Link to comment
iPrestege Posted April 12, 2013 Share Posted April 12, 2013 createMarker guiSetVisible showCursor getElementType "onClientMarkerHit" Link to comment
3NAD Posted April 12, 2013 Share Posted April 12, 2013 addEventHandler('onClientMarkerHit', marker, function( Hit ) if getElementType(Hit) == 'player' then guiSetVisible(Name, true) end end ) " درينا انك خبره .. بس وش الفايدة هو ماتعلم شيء هالحين كلها " نسخ + لصق Link to comment
Max+ Posted April 12, 2013 Share Posted April 12, 2013 addEventHandler('onClientMarkerHit', marker, function( Hit ) if getElementType(Hit) == 'player' then guiSetVisible(Name, true) end end ) " درينا انك خبره .. بس وش الفايدة هو ماتعلم شيء هالحين كلها " نسخ + لصق اسف والله ولأيهمك مره ثأنية احد الفنكشنات بس , Link to comment
jafar Posted April 12, 2013 Share Posted April 12, 2013 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
TAPL Posted April 12, 2013 Share Posted April 12, 2013 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
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