خوي ما يشتغل
addEventHandler( "onMarkerHit", marker1, outputWantedLevel )
function outputWantedLevel (source)
local markerkiler1 = createMarker ( 251.25667,67.79664,1003.64063-1, "cylinder", 1.5, 255, 255, 0, 170 )
local level = getPlayerWantedLevel ( localPlayer )
if ( level > 0 ) then --------النجوم------0 او لتبيه
outputChatBox("لقد دخلت المكان الي تحدده", source, 0, 255, 0)
else
outputChatBox("لديك نجوم لا تقدر على الدخول...", source, 0, 255, 0)
setElementPosition(p, x, y, 1008.4)-- هذا اقراه في تنبيه وانشالله تعرف شو هو اعرفه بنفسك
end
end