local x2 , y2 , z2 = 285.56036,-41.65447,1002.51563
local x , y , z = 1368.99402,-1279.65918,13.54688
theMarker = createMarker ( x , y , z, "cylinder", 1.5, 255, 255, 0, 250 )
addEventHandler( "onMarkerHit", theMarker,
function ( player )
if getElementType ( player ) == "player" then
if isPedInVehicle ( player ) then return end
setElementInterior ( player, 1368.99402,-1279.65918,13.54688 )
end
end
)
هذا الكود انا اريده ينقل الى متجر الاسلحه
وشكرا