22.03.2011, 19:40
I have a "Create3DTextLabel" and i only want people to see it if they are in range of point. How would i make that?
And if i just create a new text label it doesn't show for some reason. So i guess i have to show it not create it :/
im confused. If you dont understand what im asking for then let me know
pawn Код:
if(IsPlayerInRangeOfPoint(i, 5, Houses[h][hExteriorX], Houses[h][hExteriorY], Houses[h][hExteriorZ]))
{
// Show 3DTextLabel ??
}
im confused. If you dont understand what im asking for then let me know