i have no idea how can i script that hud thing..
for example HUDTxt in floor or hudimages in floor or hudtxt following players stuff like this, i want to create a roof thing when you enter house roof disappers only for me not for others this is what i want to do but im not asking for this im telling this because maybe u can understand what im really asking for thanks
see ya
OK GUYS SORRY I FIGURED IT OUT Actually i find it
1
2
3
4
5
2
3
4
5
function updatehud(id,pl) 	local x = player(pl,"x") - player(id,"x") + 320 	local y = player(pl,"y") - player(id,"y") + 200 	parse('hudtxt2 '..id..' '..pl..' "©170170250 '..player(pl,"name")..'" '..x..' '..y..' 1') end
from show money lua
edited 1×, last 07.04.16 11:22:18 pm