draw_begin();
...
while(my!=NUll)
{
vec_set(temp,vector(my.x,my.y,my.z + 16));
vec_to_screen(temp,camera);
draw_text("here comes your string you cold replace drawtext white a panel ore text and use the temp cordinates",temp.x,temp.y,vector(100,100,255));
wait(1);
}