11.07.2018, 10:48
Well, is not it good what you did?
your code is good
Код:
stock GetGangID(id) { foreach(new i: Gangs) { if(Gang[i][GangID] == id) return i; } return -1; }