04.07.2016, 19:32
What's the equivalent code for this using memset or memcpy
I really cant figure out a way to do this
Code:
new Var[MAX_PLAYERS][MAX_PLAYERS]; foreach(Player,i) { Var[i][playerid]=0; }