شف تشوف شي في ذذ الكود خطأ ! لأنه م ضبط
marker = createMarker( 1857.47180,827.18615 ,9.39790, "cylinder", 2, 255, 255, 0, 255 )
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,14)
setElementPosition(player,204.33232116699,-166.63243103027,1000.5234375)
else
outputChatBox("غير مصرح لكـ بأن تدخل آلمنزل",player,255,0,0)
end
end
end
)
markerquit = createMarker( 503.13632 ,-1172.71804, 1000.67968,"cylinder", 2, 255, 255, 0, 255 )
setElementInterior(markerquit,14)
addEventHandler("onMarkerHit",markerquit,
function (player)
if ( getElementType ( player ) == ( "player" ) ) then
setElementPosition(player,1457.125 , 2773.60791 , 10.82031)
setElementInterior(player,0)
end
end
)