27.07.2012, 07:33
That will stop the error but your code will not do what you want it to do. Whatever BT is it will be the same for every player because you only ever use MAX_PLAYERS-1 as an index and not the playerid. So you might aswel use a normal var (none array) since you only ever use one index.