Thread: Food Bar
View Single Post
  #31  
Old 08-24-2005, 01:34 AM
Luigi203 Luigi203 is offline
Hamma Time
Luigi203's Avatar
Join Date: Mar 2003
Location: North East PA
Posts: 285
Luigi203 is on a distinguished road
Send a message via AIM to Luigi203
Quote:
Originally Posted by ForgottenLegacy
Translation: Don't use the while() function serverside. It would crash a server. z-z
Uuuh? If its not used properly it will crash a server...? I used it several times and it never crashed the server.


NPC Code:


if (created) i = 0;

while (i < 10) i++;

__________________


CAUTION

Last edited by Luigi203; 08-24-2005 at 01:51 AM..
Reply With Quote