Jump to content

طلب اكواد


3tibe511

Recommended Posts

ويختفي الماركر عند الدخول f8 طلب كود عند دخول ماركر يقوم بتنفيذ امر او كوماند

لما يدخل الماركر يصير مايركب المواتر الى لمن يموت

ويجيه علامة في الخريطة تجيه بس هو

:? وبس اتمنى ماكثرت طلبات

Link to comment
ويختفي الماركر عند الدخول f8 طلب كود عند دخول ماركر يقوم بتنفيذ امر او كوماند

لما يدخل الماركر يصير مايركب المواتر الى لمن يموت

ويجيه علامة في الخريطة تجيه بس هو

:? وبس اتمنى ماكثرت طلبات

وضح الطلبات

Link to comment

-- Server Side --

ويختفي الماركر عند الدخول f8 طلب كود عند دخول ماركر يقوم بتنفيذ امر او كوماند
Event: onMarkerHit 
createMarker 
executeCommandHandler 
destroyElement 
removeEventHandler 

لما يدخل الماركر يصير مايركب المواتر الى لمن يموت
Event: onVehicleStartEnter 
cancelEvent 
  
Event:onPlayerWasted 
removeEventHandler 

ويجيه علامة في الخريطة تجيه بس هو
createBlip 

Link to comment
marker = createMarker(..) 
function startEnter() 
if(getElementData(localPlayer,"EnterV")=="NO!")then 
cancelEvent() 
end 
function wasted() 
if(getElementData(localPlayer,"EnterV")=="NO!")then 
removeEventHandler("onClientVehicleStartEnter",root,startEnter) 
blip = createBlip(..) 
end 
end 
addEventHandler("onClientMarkerHit",marker, 
  function() 
                executeCommandHandler("الأمر هنا") 
setElementData(localPlayer,"EnterV","NO!") 
destroyElement(marker) 
addEventHandler("onClientPlayerWasted",root,wasted) 
            end 
    ) 

Link to comment
marker = createMarker(..) 
function startEnter() 
if(getElementData(localPlayer,"EnterV")=="NO!")then 
cancelEvent() 
end 
function wasted() 
if(getElementData(localPlayer,"EnterV")=="NO!")then 
removeEventHandler("onClientVehicleStartEnter",root,startEnter) 
blip = createBlip(..) 
end 
end 
addEventHandler("onClientMarkerHit",marker, 
  function() 
                executeCommandHandler("الأمر هنا") 
setElementData(localPlayer,"EnterV","NO!") 
destroyElement(marker) 
addEventHandler("onClientPlayerWasted",root,wasted) 
            end 
    ) 

ما يتكنسل onClientVehicleStartEnter أفنت

+ الألمنت داتا ماله داعي

Link to comment
marker = createMarker(..) 
function startEnter() 
if(getElementData(localPlayer,"EnterV")=="NO!")then 
cancelEvent() 
end 
function wasted() 
if(getElementData(localPlayer,"EnterV")=="NO!")then 
removeEventHandler("onClientVehicleStartEnter",root,startEnter) 
blip = createBlip(..) 
end 
end 
addEventHandler("onClientMarkerHit",marker, 
  function() 
                executeCommandHandler("الأمر هنا") 
setElementData(localPlayer,"EnterV","NO!") 
destroyElement(marker) 
addEventHandler("onClientPlayerWasted",root,wasted) 
            end 
    ) 

ما يتكنسل onClientVehicleStartEnter أفنت

+ الألمنت داتا ماله داعي

ليه ما يتكنسل؟

Link to comment

ما يتكنسل onClientVehicleStartEnter أفنت

+ الألمنت داتا ماله داعي

ليه ما يتكنسل؟

بالويكي مو مكتوب انه يتكنسل

https://wiki.multitheftauto.com/wiki/OnClientVehicleStartEnter

بينما الأفنت سيرفر يتكنسل

https://wiki.multitheftauto.com/wiki/OnVehicleStartEnter

غييرت OnVehicleStartEnter الى onClientVehicleStartEnter

ولا اشتغل ورجعته زي ماكان ماشتغل

Link to comment

ليه ما يتكنسل؟

بالويكي مو مكتوب انه يتكنسل

https://wiki.multitheftauto.com/wiki/OnClientVehicleStartEnter

بينما الأفنت سيرفر يتكنسل

https://wiki.multitheftauto.com/wiki/OnVehicleStartEnter

غييرت OnVehicleStartEnter الى onClientVehicleStartEnter

ولا اشتغل ورجعته زي ماكان ماشتغل

الملف كلنت و تحط ايفينت سيرفر ما راح يشتغل

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