mohssan123 Posted February 8, 2013 Share Posted February 8, 2013 اذا انت تبغي ماركر ما يوصل لسماء لازم تخلي الكود مثل هاذا GuiM = createMarker ( x, y, z, "cylinder", size, 255, 255, 0, 255 ) addEventHandler ( "onClientMarkerHit", GuiM, function ( hitPlayer ) if getElementType ( hitPlayer ) == "player" then guiSetVisible ( Wnd, true ) showCursor ( true ) guiSetInputEnabled ( true ) end end ) addEventHandler ( "onClientMarkerLeave", GuiM, function ( leftPlayer ) if getElementType ( leftPlayer ) == "player" then guiSetVisible ( Wnd, false ) showCursor ( false ) guiSetInputEnabled ( false ) end end ) و ما بوصل لوفق و لا شي بصير ماركر طوله عادي Link to comment
ALw7sH Posted February 8, 2013 Author Share Posted February 8, 2013 اذا انت تبغي ماركر ما يوصل لسماء لازم تخلي الكود مثل هاذا GuiM = createMarker ( x, y, z, "cylinder", size, 255, 255, 0, 255 ) addEventHandler ( "onClientMarkerHit", GuiM, function ( hitPlayer ) if getElementType ( hitPlayer ) == "player" then guiSetVisible ( Wnd, true ) showCursor ( true ) guiSetInputEnabled ( true ) end end ) addEventHandler ( "onClientMarkerLeave", GuiM, function ( leftPlayer ) if getElementType ( leftPlayer ) == "player" then guiSetVisible ( Wnd, false ) showCursor ( false ) guiSetInputEnabled ( false ) end end ) و ما بوصل لوفق و لا شي بصير ماركر طوله عادي اخوي انا ماقصد الطول انت رحت غيرت checkpoint الى cylinder عشان يكون الماركر مرئي قصير لاكن جرب كودك وروح فوووق يفتح الماركر بس انت ماتشوف انه فيه ماركر على كل حال تمت افادتي من اخوي تابل 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