Ahmed Ly Posted March 11, 2017 Share Posted March 11, 2017 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 ) 1 Link to comment
#Soking Posted March 11, 2017 Share Posted March 11, 2017 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 ) ماشفت تعليقك سوري 1 Link to comment
AHMED MOSTAFA Posted March 11, 2017 Share Posted March 11, 2017 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 هذا مب ثابت تراه يدل على البيت اما الاحداثيات هاي هي اللي تاخذها وانت داخل البيت 1 Link to comment
^iiEcoo'x_) Posted March 11, 2017 Share Posted March 11, 2017 الله يهديك ايش مسوي بسطر 8 ؟ 1 Link to comment
AHMED MOSTAFA Posted March 11, 2017 Share Posted March 11, 2017 4 hours ago, #_iMr.[E]coo said: الله يهديك ايش مسوي بسطر 8 ؟ من ؟ 1 Link to comment
AchrefF Posted March 12, 2017 Author Share Posted March 12, 2017 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now