local mr11 = createMarker( 2776.3999023438,1235.5,10.800000190735,"corona",2, 255, 0, 0 ) -- مكان الماركر
addEventHandler ("onMarkerHit",mr11,
function ( vehcile )
if ( getElementType ( vehcile ) == ( "vehcile" ) ) then
if ( getElementData(getVehicleOccupant(vehicle), "Group" ) ~= "GHOST" ) then
outputChatBox("#FF0000* #FFF000Only For #FF0000 .:[GHOST]:. #FFF000Group ", getVehicleOccupant(vehicle), 255, 255, 0, true)
else
outputChatBox("#FF0000* #00ff00leaders.parking .", getVehicleOccupant(vehicle), 255, 255, 0, true)
setElementPosition ( vehicle, 2814.3000488281,1344.5,40 ) -- مكان الانتقال
end
end
end
)