Jump to content

طلب كودين


Recommended Posts

createMarker -- صنع ماركر 
getPlayerTeam -- التحقق من فريق اللاعب 
moveObject -- تحريك الباب 
"onMarkerHit" -- عند دخول الماركر 
------------ 
spawnPlayer -- سباون للاعب 
"onPlayerLogin" -- سباون أول ما يسجل دخول 
"onPlayerWasted" -- سباون أول ما يموت 

Link to comment
createMarker -- صنع ماركر 
getPlayerTeam -- التحقق من فريق اللاعب 
moveObject -- تحريك الباب 
"onMarkerHit" -- عند دخول الماركر 
------------ 
spawnPlayer -- سباون للاعب 
"onPlayerLogin" -- سباون أول ما يسجل دخول 
"onPlayerWasted" -- سباون أول ما يموت 

  
"onMarkerHit" --ماتنفع 
  

يستخدم

isElementWithinMarker 

Link to comment
createMarker -- صنع ماركر 
getPlayerTeam -- التحقق من فريق اللاعب 
moveObject -- تحريك الباب 
"onMarkerHit" -- عند دخول الماركر 
------------ 
spawnPlayer -- سباون للاعب 
"onPlayerLogin" -- سباون أول ما يسجل دخول 
"onPlayerWasted" -- سباون أول ما يموت 

  
"onMarkerHit" --ماتنفع 
  

يستخدم

isElementWithinMarker 

صح كلامك لحالها ما تنفع

بس تنفع لو إستخدم معها

"onMarkerLeave" 

Link to comment
local gate = createObject(980, 2464, -1658, 12.5, 0, 0, 90) 
local rahmen = createObject(3749, 2464, -1658, 18, 0, 0, 90) 
local theMarker = createMarker ( 2464, -1658, 12, "cylinder", 11.5, 255, 255, 0, 170 ) 
  
addEventHandler( "onClientMarkerHit", theMarker, 
function open() 
if (getElementData(open, "gang")) then 
moveObject(gate, 2000, 2464, -1658, 9, 0, 0, 0 ) 
end 
end 
) 
  
addEventHandler( "onMarkerLeave", theMarker, 
function close() 
if (getElementData(open, "gang")) then 
moveObject(gate, 2000, 2464, -1658, 15, 0, 0, 0 ) 
end 
end 
) 
  

وش الخطا بالكود او كله خطا؟

Link to comment

local gate = createObject(980, 2464, -1658, 12.5, 0, 0, 90) 
local rahmen = createObject(3749, 2464, -1658, 18, 0, 0, 90) 
local theMarker = createMarker ( 2464, -1658, 12, "cylinder", 11.5, 255, 255, 0, 170 ) 
  
addEventHandler( "onClientMarkerHit", theMarker, 
function () 
if (getElementData(open, "gang")) then 
moveObject(gate, 2000, 2464, -1658, 9, 0, 0, 0 ) 
     end 
end 
) 
  
addEventHandler( "onClientMarkerLeave", theMarker, 
function () 
if (getElementData(open, "gang")) then 
moveObject(gate, 2000, 2464, -1658, 15, 0, 0, 0 ) 
    end 
end 
) 
  

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

Link to comment

اوبين و اوبين

if (getElementData(open, "gang")) then

moveObject(gate, 2000, 2464, -1658, 9, 0, 0, 0 )

end

end

)

addEventHandler( "onClientMarkerLeave", theMarker,

function ()

if (getElementData(open, "gang")) then

moveObject(gate, 2000, 2464, -1658, 15, 0, 0, 0 )

Link to comment
local gate = createObject(980, 2464, -1658, 12.5, 0, 0, 90) 
local rahmen = createObject(3749, 2464, -1658, 18, 0, 0, 90) 
local theMarker = createMarker ( 2464, -1658, 12, "cylinder", 11.5, 255, 255, 0, 170 ) 
  
addEventHandler( "onClientMarkerHit", theMarker, 
function open() 
if (getElementData(open, "gang")) then 
moveObject(gate, 2000, 2464, -1658, 9, 0, 0, 0 ) 
end 
end 
) 
  
addEventHandler( "onMarkerLeave", theMarker, 
function close() 
if (getElementData(open, "gang")) then 
moveObject(gate, 2000, 2464, -1658, 15, 0, 0, 0 ) 
end 
end 
) 
  

وش الخطا بالكود او كله خطا؟

إستخدم

"onMarkerHit" 

و

"onMarkerLeave" 

سيرفر

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