Jump to content

طلب كود


shwaeki

Recommended Posts

انا سويت هاد هيك صح بس هدول ما بعرف استخدمهم

setElementData + getElementData 

  
local marker = createMarker(x,y,z,'cylinder',20, 0,255, 0, 255) 
  
addEventHandler("onMarkerHit", marker, 
function(Player) 
unbindKey ( player, "F1", "down" ) 
end) 

Link to comment
انا سويت هاد هيك صح بس هدول ما بعرف استخدمهم
setElementData + getElementData 

  
local marker = createMarker(x,y,z,'cylinder',20, 0,255, 0, 255) 
  
addEventHandler("onMarkerHit", marker, 
function(Player) 
unbindKey ( player, "F1", "down" ) 
end) 

X

كذا الصحيح ..

local marker = createMarker( ....... ) 
  
addEventHandler ( "onMarkerHit", marker, function ( player ) 
   if getElementType ( player ) == "player" then 
        unbindKey ( player, "F1", "down" ) 
        end 
end ) 
Edited by Guest
Link to comment
انا سويت هاد هيك صح بس هدول ما بعرف استخدمهم
setElementData + getElementData 

  
local marker = createMarker(x,y,z,'cylinder',20, 0,255, 0, 255) 
  
addEventHandler("onMarkerHit", marker, 
function(Player) 
unbindKey ( player, "F1", "down" ) 
end) 

X

كذا الصحيح ..

local marker = createMarker( ....... ) 
  
addEventHandler ( "onMarkerHit", marker, function ( player ) 
   if getElementType ( player ) == "player" then 
        unbindKey ( player, "F1", "down", Show ) 
        end 
end ) 
  
  
function Show (  ) 
    guiSetVisible(WindowName, false) 
end 

هريسةة كيف تستخدم guiSetVisible

في ملف سيرفر ؟

Link to comment
انا سويت هاد هيك صح بس هدول ما بعرف استخدمهم

  
local marker = createMarker(x,y,z,'cylinder',20, 0,255, 0, 255) 
  
addEventHandler("onMarkerHit", marker, 
function(Player) 
unbindKey ( player, "F1", "down" ) 
end) 

X

كذا الصحيح ..

local marker = createMarker( ....... )
 
addEventHandler ( "onMarkerHit", marker, function ( player )
   if getElementType ( player ) == "player" then
        unbindKey ( player, "F1", "down", Show )
        end
end )
 
 
function Show (  )
    guiSetVisible(WindowName, false)
end

هريسةة كيف تستخدم guiSetVisible

في ملف سيرفر ؟

نسسيت .. تم التعديل

Link to comment
'طيب ان ابية في مود اي حال يعني كلما بدي احطو مع النافذة

ما فهمت كثير من كلأمك .. بس اللي فهمته انك كل ما تبي تستخدمه تحطه بـ مود ولأ مدري وش

هذا الكود تحطه بـ السكربت اللي تبيه وقت يدخل الماركر .. وقت يدخل الماركر ينشال الزر بس

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...