22.09.2013, 08:15
So if i use this:
does that mean that i can use something like this later:
Код:
new Wanted[MAX_PLAYERS][6];
Код:
Wanted[playerid][1] or if(Wanted[playerid][2] == 1) { //arrest things here.. }