Marker = createMarker(...)
addEventHandler("onMarkerHit", Marker,
function ( player )
if ( getElementType ( player ) == ( "player" ) ) then
if ( isObjectInACLGroup ("user."..getAccountName ( getPlayerAccount ( player ) ), aclGetGroup ( "Admin" ) ) ) then
outputChatBox("تم الدخول",player,255,0,0)
setElementInterior(player,6)
else
outputChatBox("غير مصرح لكـ بأن تدخل آلمنزل",player,255,0,0)
end
end
end
)
آلأنتريور تقدر تغيرهـ ، سطر 7 ..