Jump to content

تم الافاده- ممكن كود اخفاء النافذه ؟؟


Mando

Recommended Posts

السلام عليكم ورحمه الله و بركاته

انا اليوم ابى كود اخفاء النفاذه بدون زر و احطها وين بس اسف لانى طار من مخى الفنكشن

Edited by Guest
Link to comment

تعآل آضربني .. نسيت آحط كلمة كلنت .. :roll:

وبعدين مدآهـ يسوي ترآيقر كلنت ..

window = guiCreateWindow(204, 143, 899, 501, "تجربه", false) 
local MyMarker = createMarker ( x , y , z , " type " , size , r , g , b , a ) 
  
addEventHandler ( "onClientMarkerHit" , MyMarker , 
function ( hitPlayer ) 
  if hitPlayer == localPlayer then 
 guiSetVisible ( window , true ) 
  end 
end , false ) 
  
addEventHandler ( "onClientMarkerLeave" , MyMarker , 
 function ( ) 
  guiSetVisible ( window , false ) 
 end , false ) 
  
addEventHandler ( "onClientPlayerWasted" , root ,  
  function () 
  guiSetVisible ( window , false )  
 end 
) 

أو

Link to comment

شكرا لك تعبت معاى بس انا ابى اخفى النافذه اول ما افتح المود

و ياريت تقولى الكود هاد كلنت ولا سيرفر ضض1

edit :

تم الافاده بس فى

طلب اخير الماوس مب ظاهر باللوحه ضض1

Edited by Guest
Link to comment

تعآل آضربني .. نسيت آحط كلمة كلنت .. :roll:

وبعدين مدآهـ يسوي ترآيقر كلنت ..

window = guiCreateWindow(204, 143, 899, 501, "تجربه", false) 
local MyMarker = createMarker ( x , y , z , " type " , size , r , g , b , a ) 
  
addEventHandler ( "onClientMarkerHit" , MyMarker , 
function ( hitPlayer ) 
  if hitPlayer == localPlayer then 
 guiSetVisible ( window , true ) 
  end 
end , false ) 
  
addEventHandler ( "onClientMarkerLeave" , MyMarker , 
 function ( ) 
  guiSetVisible ( window , false ) 
 end , false ) 
  
addEventHandler ( "onClientPlayerWasted" , root ,  
  function () 
  guiSetVisible ( window , false )  
 end 
) 

أو

لا بس حبيت اوضح , واذا الحدث موجود ليه تسوي ترايقر وعفسة

+

تعديل على كودك

window = guiCreateWindow(204, 143, 899, 501, "تجربه", false) 
local MyMarker = createMarker ( x , y , z , " type " , size , r , g , b , a ) 
  
addEventHandler ( "onClientMarkerHit" , MyMarker , 
function ( hitPlayer ) 
  if hitPlayer == localPlayer then 
 guiSetVisible ( window , true ) 
  end 
end , false ) 
  
addEventHandler ( "onClientMarkerLeave" , MyMarker , 
 function ( leavePlayer ) 
  if leavePlayer == localPlayer then 
  guiSetVisible ( window , false ) 
   end 
 end , false ) 
  
addEventHandler ( "onClientPlayerWasted" , root ,  
  function () 
  if source == localPlayer then 
  guiSetVisible ( window , false )  
  end 
end 
) 

Link to comment

الحين بعد انتهاء الكود

local MyMarker = createMarker ( -1650.0076,1210.2770,6.25,"cylinder",1.5,0,0,255,100) 
  
addEventHandler ( "onClientMarkerHit" , MyMarker , 
function ( hitPlayer ) 
  if hitPlayer == localPlayer then 
 guiSetVisible ( wnd , true ) 
 showCursor ( true ) 
  end 
end , false ) 
  
addEventHandler ( "onClientMarkerLeave" , MyMarker , 
 function ( ) 
  guiSetVisible ( wnd , false ) 
   showCursor ( false ) 
 end , false ) 
  
addEventHandler ( "onClientPlayerWasted" , root , 
  function () 
  guiSetVisible ( wnd , false ) 
   showCursor ( false ) 
 end 
) 

مظوبط ؟

Link to comment
الحين بعد انتهاء الكود
local MyMarker = createMarker ( -1650.0076,1210.2770,6.25,"cylinder",1.5,0,0,255,100) 
  
addEventHandler ( "onClientMarkerHit" , MyMarker , 
function ( hitPlayer ) 
  if hitPlayer == localPlayer then 
 guiSetVisible ( wnd , true ) 
 showCursor ( true ) 
  end 
end , false ) 
  
addEventHandler ( "onClientMarkerLeave" , MyMarker , 
 function ( ) 
  guiSetVisible ( wnd , false ) 
   showCursor ( false ) 
 end , false ) 
  
addEventHandler ( "onClientPlayerWasted" , root , 
  function () 
  guiSetVisible ( wnd , false ) 
   showCursor ( false ) 
 end 
) 

مظوبط ؟

هذا الكود

اذا خرجت من الماركر او مت

بتختفي عند الكل , ف جرب كودي افضل ^

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

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