11-07-2011, 06:35 PM
The crash on the subserver in a function that is in the connector
for(int i = 0; i for(int j = 0; j < max_players; i++){
userid = players[i][j];
if((user_id*) > 0){ //crash is here
// do player status
//or somewhere here
}
}
This crash is in 3 functions in the connector).
Same for the player Crash

