Jump to content

علموني


FoX Movie

Recommended Posts

شـوف الكـود ذأ مـدري تـبع من

marker = createMarker ( 2458.7270507813,-1668.0413818351,13.479907981101, "cylinder", 2, 255, 0, 0, 170 ) 
  
addEventHandler("onClientMarkerHit",marker, 
    function (player) 
if ( player == localPlayer ) and not ( isPedInVehicle ( player ) ) then 
            showCursor(true) 
            guiSetVisible(GUIEditor.window[1],true) 
 end 
end,false) 

عشـأن تطلع ألوحةة بدل GUIEditor.window[1]

او م يحتاج تعدلها كل النوافذ يجي اسمها الاصلي كذا عدل الاحداث و ان شاءالله تضبط

Link to comment

# ياخخي انت تسوي مليون موضوع , / !

الكود ذأ هو : .....

marker =  createMarker ( .... ) 
window = window Name                   --- || اسم النافذة حقكـ , بدلها بـ اسم النافذة حقك بس , ولأ تبدل شي ثاني 
  
addEventHandler("onClientMarkerHit", marker, function ( element ) 
   if element == getLocalPlayer ( ) then 
         if ( guiGetVisible ( window ) == false ) then 
              guiSetVisible( window, true ) 
              showCursor( true ) 
                     end 
             end 
    end 
) 

Link to comment
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...