sojn = createMarker ( 210.99588012695, 1857.5511474609, 31.168750762939, "corona", 10.0, 0, 0, 255, 0 )----صنع الماركر والاحداثيات
function ent ( thePlayer, matchingDimension )
guiSetVisible(أسم اللوحه, true)
end
addEventHandler ( "onClientMarkerHit", sojn, ent )
function onLeave ( thePlayer, matchingDimension )
guiSetVisible(أسم اللوحه, false)
end
addEventHandler ( "onMarkerLeave", sojn, onLeave )