14.12.2010, 19:43
is you ECash array big enough? It should be
new ECash[MAX_PLAYERS];
for example. If the array index is out of bounds (new ECash[2], ECash[12] +=2) this could crash the server.
new ECash[MAX_PLAYERS];
for example. If the array index is out of bounds (new ECash[2], ECash[12] +=2) this could crash the server.