وش المشكلة ف ذا الكود ؟؟
local myMarker = createMarker(2494.86475, -1676.68213, 13.33777, 'cylinder', 2.0, 255, 0, 0, 150)
function out ( source )
local theplayer = getPlayerTeam ( source )
if theplayer == "elsh" then
outputChatBox(" you in team ")
else
outputChatBox("you no team")
end
end
addEventHandler("onPlayerMarkerHit", getRootElement(), out)