Thread: Feedback System
View Single Post
  #5  
Old 08-02-2011, 05:29 PM
Crow Crow is offline
ǝɔɐɹq ʎןɹnɔ
Crow's Avatar
Join Date: Dec 2006
Location: Germany
Posts: 5,153
Crow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond reputeCrow has a reputation beyond repute
Quote:
Originally Posted by Gunderak View Post
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); 
Reply With Quote