Sonic Zone

GENERAL => Spam => Topic started by: MilKotaz on October 03, 2009, 06:13:52 PM

Title: Hello world!
Post by: MilKotaz on October 03, 2009, 06:13:52 PM
<?php
echo 'Hello world!';
?>
Title: Re: Hello world!
Post by: Sonic360 on October 03, 2009, 06:58:05 PM
Hi there?

Post Merge: October 04, 2009, 12:58:15 AM

Hi newcomer welcome to the SonicZone crew we hope you have fun, stay active and most importantly have fun, nah most importantly don't spam or you'll be banned.
Title: Re: Hello world!
Post by: Ioshyriku on October 03, 2009, 09:17:55 PM
Hi, welcome, please respect the rules and have fun
Title: Re: Hello world!
Post by: Snooky on October 03, 2009, 09:29:54 PM
You people don't seem to get it...

background_color = c_white;
draw_set_color(c_black);
draw_set_halign(1);
draw_set_valign(1);
draw_text(room_width/2,room_height/2,"Hello world!");
draw_set_halign(0);
draw_set_valign(0);