-- Server Side ~!
addEventHandler ( "onMarkerHit", إسم الماركر,
function ( element )
if getElementType ( element ) == "player" then
if getPlayerTeam ( element ) and getPlayerTeam ( element ) == getTeamFromName ( "enksar" ) then
outputChatBox ( "* تم دخولك للمنطقة المحمية", element, math.random ( 255 ), math.random ( 255 ), math.random ( 255 ), true );
else
outputChatBox ( "* انت غير موجود في تيم انكسار ", element, math.random ( 255 ), math.random ( 255 ), math.random ( 255 ), true );
end
end
end
);