Hi

It actually does work, try this:
Code:
#include <acknex.h>
#include <default.c>
#include <strio.c>

STRING* global_str = "";

function main(){
	
	str_cpy(global_str, " ");
	str_cat(global_str, "hello world");
	
	while(!key_esc){
		
		draw_text(global_str, 10, 10, COLOR_WHITE);
		
		wait(1);
		
	}
	
}



Looking for free stuff?? Take a look here: http://badcom.at.ua
Support me on: https://boosty.to/3rung