28.05.2016, 21:35
quickest way?
new cleanslot[pPlayerEnum];
PlayerI[playerid]=cleanslot;
Where pPlayerEnum is your enum name and PlayerI is your variable array.
This will only work if you don't use 1D arrays for each variable but 1 big 2D/3D array for all or most of your variables.
new cleanslot[pPlayerEnum];
PlayerI[playerid]=cleanslot;
Where pPlayerEnum is your enum name and PlayerI is your variable array.
This will only work if you don't use 1D arrays for each variable but 1 big 2D/3D array for all or most of your variables.