Jump to content

اتسفساؤ


Recommended Posts

47 minutes ago, AchrefF said:

برضو بيجى فى مكان وهمى


local Marker = createMarker ( 1570.43958, -1337.37134, 17.48438, "arrow" , 2 , 255 , 255 , 0 , 255 )addEventHandler ("onMarkerHit",root,  function ( player )    if getElementType ( player ) == "player" and not isPedInVehicle ( player ) then      if source == Marker then   setElementInterior ( DeveloperAhmed, 40 )		    setElementPosition ( player ,389.48236, 174.05199, 1008.38281)        end      end    end  )

 

local Marker = createMarker ( 1570.43958, -1337.37134, 17.48438, "arrow" , 2 , 255 , 255 , 0 , 255 )


addEventHandler ("onMarkerHit",root,
  function ( player )
    if getElementType ( player ) == "player" and not isPedInVehicle ( player ) then
      if source == Marker then 
  setElementInterior (player, 40,389.48236, 174.05199, 1008.38281)
        end
      end
    end
  )

 

  • Like 1
Link to comment
local Marker = createMarker ( 1570.43958, -1337.37134, 17.48438, 'arrow' , 2 , 255 , 255 , 0 , 255 )


addEventHandler ( 'onMarkerHit' , Marker ,
function ( aPlayer )
    if getElementType ( aPlayer ) == 'player' and not isPedInVehicle ( aPlayer ) then
    setElementInterior ( aPlayer, 40 , 389.48236 , 174.05199 , 1008.38281 )
    end
end )

 

??? الكود مايزبط بالجوال 

16 minutes ago, Ahmed Ly said:

local Marker = createMarker ( 1570.43958, -1337.37134, 17.48438, "arrow" , 2 , 255 , 255 , 0 , 255 )


addEventHandler ("onMarkerHit",root,
  function ( player )
    if getElementType ( player ) == "player" and not isPedInVehicle ( player ) then
      if source == Marker then 
  setElementInterior (player, 40,389.48236, 174.05199, 1008.38281)
        end
      end
    end
  )

 

ماشفت تعليقك سوري 

  • Like 1
Link to comment
2 hours ago, AchrefF said:

برضو بيجى فى مكان وهمى


local Marker = createMarker ( 1570.43958, -1337.37134, 17.48438, "arrow" , 2 , 255 , 255 , 0 , 255 )


addEventHandler ("onMarkerHit",root,
  function ( player )
    if getElementType ( player ) == "player" and not isPedInVehicle ( player ) then
      if source == Marker then 
  setElementInterior ( DeveloperAhmed, 40 )
		    setElementPosition ( player ,389.48236, 174.05199, 1008.38281)
        end
      end
    end
  )

 

تأكد من رقم البيت
وتأكد من الاحداثيات

الرقم 40 هذا مب ثابت تراه يدل على البيت
اما الاحداثيات هاي هي اللي تاخذها وانت داخل البيت

  • Like 1
Link to comment
21 hours ago, Ahmed Ly said:

local Marker = createMarker ( 1570.43958, -1337.37134, 17.48438, "arrow" , 2 , 255 , 255 , 0 , 255 )


addEventHandler ("onMarkerHit",root,
  function ( player )
    if getElementType ( player ) == "player" and not isPedInVehicle ( player ) then
      if source == Marker then 
  setElementInterior (player, 40,389.48236, 174.05199, 1008.38281)
        end
      end
    end
  )

 

 

14 hours ago, Killer Project said:

من ؟

 

18 hours ago, #_iMr.[E]coo said:

الله يهديك ايش مسوي بسطر 8 ؟

 

21 hours ago, Ahmed Ly said:

local Marker = createMarker ( 1570.43958, -1337.37134, 17.48438, "arrow" , 2 , 255 , 255 , 0 , 255 )


addEventHandler ("onMarkerHit",root,
  function ( player )
    if getElementType ( player ) == "player" and not isPedInVehicle ( player ) then
      if source == Marker then 
  setElementInterior (player, 40,389.48236, 174.05199, 1008.38281)
        end
      end
    end
  )

 

 

20 hours ago, #Soking said:

local Marker = createMarker ( 1570.43958, -1337.37134, 17.48438, 'arrow' , 2 , 255 , 255 , 0 , 255 )


addEventHandler ( 'onMarkerHit' , Marker ,
function ( aPlayer )
    if getElementType ( aPlayer ) == 'player' and not isPedInVehicle ( aPlayer ) then
    setElementInterior ( aPlayer, 40 , 389.48236 , 174.05199 , 1008.38281 )
    end
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...