Code:
for( i = 1; i < get_maxplayers(); i++ ) {
if( !is_user_connected(i) ) continue
new i2
for( i2 = 1; i2 <get_maxplayers(); i++ ) {
// LINE 213 ***********************
PickPocketed[i][i2] = false
// LINE 213 ***********************
}
}
The second for loop increments i every iteration instead of i2. Also, it should be <= get_maxplayers()
__________________
No longer around. Thanks your support, everyone! As always:
THIS ONES FOR YOU
3000 PTS