I don't know if any of you has used RSPS's to code.
Well heres an example of the code that makes me crash:
|
Code:
|
while (X == 0) {
if (DELAY > 0) {
//Do this, blah blah
X = 1;
}
} |
if DELAY is bigger then 0,
Itll make a huge lag then by force makes the server crash.
Else if it isnt, itll work perfectly.
If anyone has experience in while loops, please help me!
Thanks,
Kyle