27.04.2012, 17:45
pTool is 4 and you have declared PlayerInfo[MAX_PLAYERS][4], so there is only [0],[1],[2]and [3] (you reserved memory for 4 fields in that array)
extend your array to 5, so PlayerInfo[playerid][ptool] is valid
this is only a solution when ptool is 4 and is supposed to be 4
extend your array to 5, so PlayerInfo[playerid][ptool] is valid
this is only a solution when ptool is 4 and is supposed to be 4