i want script area position For example When we enter a site whose name is nicknamed the store when we enter the store we have [Area] SHOP .
pls hellp me
parse("mp_hudscale 1") addhook('movetile','movetile_hook') function movetile_hook(id,x,y) if player(id,'tilex') == tilex and player(id,'tiley') == tiley then --pls edit it parse('hudtxt2 '..id..' 2 "\169000128255[Area]:\169255255255 CAR SHOP " 9 126 0') else parse('hudtxt2 '..id..' 2 "\169000128255[Area]:\169255255255 CITY " 9 126 0') end end
if player(id,'tilex') == tilex and player(id,'tiley') = {71,56},
if player(id,'tilex') == 71 and player(id,'tiley') == 56 then