Adham Posted May 14, 2016 Share Posted May 14, 2016 سلام عليكم ابي كود اذا ما كتب شي ب ال2 ايديت تختفي ال button ولو كتب ترسل عادي انا بسويها Link to comment
MR.GRAND Posted May 14, 2016 Share Posted May 14, 2016 سلام عليكمابي كود اذا ما كتب شي ب ال2 ايديت تختفي ال button ولو كتب ترسل عادي انا بسويها addEventHandler 'onClientGUIChanged' -- #Event ^ if -- for check if edit box is empty or not guiSetEnabled Link to comment
Adham Posted May 14, 2016 Author Share Posted May 14, 2016 طيب لو ابي اعمل لما يخش علي مركر يخش علي الماب النا عامهلو Link to comment
billal Posted May 14, 2016 Share Posted May 14, 2016 طيبلو ابي اعمل لما يخش علي مركر يخش علي الماب النا عامهلو ddEventHandler('onMarkerHit',marker,function(entered) if getElementType(entered) == 'player' and not isPedInVehicle(entered) then setElementPosition( entered,x,y,z) setElementInterior ( entered, 0 ) setElementDimension ( entered, 0 ) end end Link to comment
Mostafa MohammeD Posted May 14, 2016 Share Posted May 14, 2016 ddEventHandler('onMarkerHit',marker,function(entered) if getElementType(entered) == 'player' and not isPedInVehicle(entered) then setElementPosition( entered,x,y,z) setElementInterior ( entered, 0 ) setElementDimension ( entered, 0 ) end end ddEventHandler X addEventHandler true ما ظبت جرب هاي الكود local markar = createMarker(احداثيات والشفافية والالوان حطها هون) addEventHandler("onMarkerHit",root, function (hitplayer) if source == markar and getElementType (hitplayer) == "player" then setElementPosition(localPlayer,x احداثيات,y احداثيات,z احداثيات) 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