06.11.2015, 15:48
this is pvar slot3 then I want it in something like
new slot3[max_players];
Slot3[playerid] = 1;
or PlayerInfo[playerid][Slot3] = 1;
Like that
new slot3[max_players];
Slot3[playerid] = 1;
or PlayerInfo[playerid][Slot3] = 1;
Like that