Main Menu

Hello world!

Started by MilKotaz, October 03, 2009, 06:13:52 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

MilKotaz

<?php
echo 'Hello world!';
?>

Sonic360

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.

Ioshyriku

Hi, welcome, please respect the rules and have fun

Snooky

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);