Quote:
Originally Posted by Angel_Light
does printf even work in graal o.O
|
Yes, yes it does. It's an echo(format()); in one

. It recently had a problem involving loops but I showed Stefan and he got it fixed. Use printf like you would use a format e.g.
PHP Code:
printf("Hi there %s, I have %i %s", player.account, 5, "apples");
I love it
