Is it inside a GUI window, or outside?
I'm assuming it's outside, which means you want...
PHP Code:
//#CLIENTSIDE
function onCreated() {
with (findimg(200)) {
x = 30;
y = 30;
font = "Arial";
style = "b"; // this might be "fontstyle"; if it doesn't work, try that
text = "Hello there";
zoom = .6;
}
}