Can someone explain to me with an example how does ArraySetCell and ArrayDeleteItem respond to an array with integers ?
I made a code (private code), and it uses ArrayDeleteItem on an integer array and ArraySetCell too, but instead of deleting and setting the cell value of the item either of them are creating an extra entry and replacing the last one with 0 (On using amx_load_setting_int_arr) :/, i just need good examples. thank you.