28.12.2017, 17:08
If you have something like:
You can do:
PHP код:
new arr[MAX_PLAYERS][50][2];
PHP код:
arr[playerid][0][0] = 1; //or some other value
arr[playerid][0][1] = 1; //or some other value