^ شكل mta عندي مخبطه
+ شوف ذآ عندي شغال ,
local marker1 = createMarker (100.80000305176 , 1787.5999755859 , 31.5, "cylinder", 3, 244, 54, 10, 255 )
addEventHandler( "onMarkerHit", marker1,
function ( player )
if getElementType(player) == 'player' then
if ( getPlayerTeam ( player ) ) and ( getTeamName ( getPlayerTeam ( player ) ) == "MSHOSH" ) then
if not isPedInVehicle(player) then
if isElement(veh1) then destroyElement(veh1) veh1 = nil end
x,y,z = getElementPosition( player )
veh1 = createVehicle ( 487, x, y, z )
setVehicleColor ( veh1 , 57, 57, 57, 57 )
warpPedIntoVehicle(player,veh1)
end
end
end
end,false)