Forum

> > CS2D > Scripts > Tibia - Level, Experience, Money position
Forums overviewCS2D overview Scripts overviewLog in to reply

English Tibia - Level, Experience, Money position

2 replies
To the start Previous 1 Next To the start

old Tibia - Level, Experience, Money position

bananaa0804
User Off Offline

Quote
Please, how to change the position Experience, Level and Money?


I found this code, but it move all...
1
2
3
4
5
6
function updateHUD(id)
     for i, v in ipairs(CONFIG.STATS) do
          hudtxt2(id, #CONFIG.STATS+i, v, '255255255', 510, 407+(i-1)*CONFIG.PIXELS, 0)
          hudtxt2(id, i, PLAYERS[id][v], '255255000', 3, 407+(i-1)*CONFIG.PIXELS, 2)
	end
end
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview