ive a problem in my server , i type the right position to be teleported as a server but it moves me in only 5 first Tile of my map , not beyond, what can be the problem ?
doesnt maatter what i type x and y i will be only moved in first 5 Tiles
ive found out ( setpos 1 196 168 ) will move me to the Pixel and not the Tile position
Pixel position:
lua print(player(1,'x'),player(1,'y'))
Tile position:
lua print(player(1,'tilex'),player(1,'tiley'))
edited 1×, last 09.06.21 09:34:13 pm