well it doesn't exactly crash..
hlds shuts down the server properly with a -1 return..
and if you try it with a calculator 0/0 is undefined/error.
the compiler even warns me that there could be a zero divide.
[edit]
well i've changed it to
Code:
if (iEdictNum == 0) iEdictNum = 1 / iEdictNum;
still it does NOT go through with this or the other thing..
I REALLY think something else is doing it..
[/edit]