06.04.2017, 10:54
Something of this nature should be sufficient.
Код:
new vSlots[MAX_PLAYERS][5]; for (new x = 0; x < 5; x++) { if (vSlots[playerid][x] == 0) { //store vehicle here break; } }