setElementInterior(hitPlayer,14)
setElementPosition(hitPlayer,204.33232116699,-166.63243103027,1000.5234375)
edit:
يصير كذا كودك
Marker = createMarker(2486.71484,14.07031,-1645.35388,'Cylinder', 1.5, 0, 0, 255, 150 );
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
)