Jump to content

Recommended Posts

1 minute ago, Mr_SnipeR<3 said:

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

يعني لو دخل الاعب بسيارته ، السايف زون تبعده على المنطقة بدون ما تنحذف سيارته

ما لقيت كود مثل هيك في الويكي

@#DesTroeyR

@,#Savage

@Abdul KariM

ساعدوني ^__^

"onColShapeHit"
isPedInVehicle
getPedOccupiedVehicle
setElementFrozen
setElementPosition
setTimer

 

Just now, Abdul KariM said:

"onColShapeHit"
getElementType
destroyElement

 

 

2 minutes ago, Mr_SnipeR<3 said:

يعني لو دخل الاعب بسيارته ، السايف زون تبعده على المنطقة بدون ما تنحذف سيارته

 

 

Link to comment
Just now, Abdul KariM said:

"onColShapeHit"
getElementType
destroyElement

 

من اول 5 ثواني رديت علي

واو

2 minutes ago, #DesTroeyR said:

"onColShapeHit"
isPedInVehicle
getPedOccupiedVehicle
setElementFrozen
setElementPosition
setTimer

 

 

 

مشكور محمد بس ممكن تعطيني السطر الثاني و الثالث جاهزين لاني ما بعرفهم

Link to comment
6 minutes ago, Mr_SnipeR<3 said:

من اول 5 ثواني رديت علي

واو

مشكور محمد بس ممكن تعطيني السطر الثاني و الثالث جاهزين لاني ما بعرفهم

x,y,z = الاحداثيات الي تبي تنقله لها
addEventHandler("onColShapeHit",root,
  function( hitElement )
  if ( source == الكول شيب حقك ) then
  if ( getElementType(hitElement) == "player" ) then
  if isPedInVehicle(hitElement) then
 local vehicle = getPedOccupiedVehicle(hitElement)
  setElementPosition(vehicle, x,y,z)
  setElementFrozen(vehicle, true)
  setTimer(function( hitElement )
  setElementFrozen(vehicle, false)
  end,5000,1,hitElement)
 end
 end
end
 end
  )

 

Link to comment
4 minutes ago, #DesTroeyR said:

x,y,z = الاحداثيات الي تبي تنقله لها
addEventHandler("onColShapeHit",root,
  function( hitElement )
  if ( source == الكول شيب حقك ) then
  if ( getElementType(hitElement) == "player" ) then
  if isPedInVehicle(hitElement) then
 local vehicle = getPedOccupiedVehicle(hitElement)
  setElementPosition(vehicle, x,y,z)
  setElementFrozen(vehicle, true)
  setTimer(function( hitElement )
  setElementFrozen(vehicle, false)
  end,5000,1,hitElement)
 end
 end
end
 end
  )

 

الحمد لله انك رحمتني هذي المرة :)

مشكور | Thanks :x

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