marker = createMarker( x , y , z, "cylinder", 2, r, g, b, 0 )
addEventHandler ( "onClientMarkerHit" , marker
function ( hitPlayer , attacker )
if ( hitPlayer == 'attacker' ) then
local players = getPlayersInTeam ( TeamName )
if ( players ) then
outputChatBox ("احد الأعداء يحاول التدخل في المنطقة", players, 255, 0, 0, false)
end
end
end
)
لم تتم التجربة !!