Adham Posted February 14, 2017 Share Posted February 14, 2017 سلام عليكم ورحمه الله وبركاته .. انا مسوي لما يخش مركر يطلع له لوحه صحبي دخل سرفري راح المركر فتحت له الوحه الوحه ظهرت له وظهر لي الكود local Marker = createMarker ( 1368.74084, -1279.88330, 14.25909, "arrow", 1.3, 255, 255, 0, 170 ) addEventHandler ( "onClientMarkerHit", Marker, function ( hitPlayer ) if ( getElementType( hitPlayer ) == "player" ) and not isPedInVehicle( hitPlayer ) then guiSetVisible( GUIEditor.window[1], true ) showCursor ( true ) guiSetInputEnabled ( true ) end end ) Link to comment
Ahmed Ly Posted February 14, 2017 Share Posted February 14, 2017 Marker = createMarker ( 1368.74084, -1279.88330, 14.25909, "arrow", 1.3, 255, 255, 0, 170 ) addEventHandler ( "onClientMarkerHit", Marker, function ( hitPlayer ) if hitPlayer == localPlayer and not isPedInVehicle( hitPlayer ) then guiSetVisible( GUIEditor.window[1], true ) showCursor ( true ) guiSetInputEnabled ( true ) end end ) 1 Link to comment
Adham Posted February 14, 2017 Author Share Posted February 14, 2017 لين اخش المركر الوحه تطلع ل صحبي Link to comment
Master_MTA Posted February 14, 2017 Share Posted February 14, 2017 3 minutes ago, Deativated said: لين اخش المركر الوحه تطلع ل صحبي سوي الايفينت بالسيرفر ووسوي تراقر للكلنت بالبلاير Link to comment
Adham Posted February 14, 2017 Author Share Posted February 14, 2017 تمام ظبتت احمد @ سوال شباب اخر :: ابي اسوي لو معه رتبة كونسل يجي في تاب ب الكتابه كونسل م ظبت الكود call(getResourceFromName("scoreboard"),"scoreboardAddColumn","Rank") addEventHandler("onPlayerLogin",root, function() if isObjectInACLGroup("user."..getAccountName(getPlayerAccount(source)),aclGetGroup("Console")) then setElementData(source,"Rank","Console") end end ) Link to comment
' A F . Posted February 14, 2017 Share Posted February 14, 2017 غريبه الكود حقك صحيح , ./debugscript 3 ? Link to comment
Adham Posted February 14, 2017 Author Share Posted February 14, 2017 م في دي بق والمشكله : ان م يظهر كلمه Console في تاب خلاص ظبتت , اقدر اسويها بدل Console صوره ؟ Link to comment
!#NssoR_) Posted February 14, 2017 Share Posted February 14, 2017 يغلق بما ان تمت الافادة للطلب الاول و يمكنك فتح موضوع اخر للمشكلة الجديده ..! Link to comment
Recommended Posts