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