I was supposed to post it in november\december 2008, but I forgot about it. So,

^The screenshot
Code:
function draw_text_outline(x,y,STRING* str, VECTOR* color)
{
	draw_text(str,x-1,y,nullvector);
	draw_text(str,x+1,y,nullvector);
	draw_text(str,x,y-1,nullvector);
	draw_text(str,x,y+1,nullvector);
	draw_text(str,x,y,color);
}

^ The function code
C&C?


I switched to other account since marth 2010. Guess which.