Thread
:
Feedback System
View Single Post
#
5
08-02-2011, 05:29 PM
Crow
ǝɔɐɹq ʎןɹnɔ
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Quote:
Originally Posted by
Gunderak
sleep 100 is so the player gets time to have a look at the server.
Your syntax is wrong, though. You got:
PHP Code:
sleep 100
;
When it should be:
PHP Code:
sleep
(
100
);
Crow
View Public Profile
View GraalOnline Profile
Find all posts by Crow