27.07.2012, 07:03
Make sure when you create global variables, MAX_PLAYERS is out of a callback, so when you use that variable later on, you can use the playerid inside of the variable. Example:
So basically, you need to change BT[MAX_PLAYERS] to BT[playerid]
pawn Код:
// top of script
new BT[MAX_PLAYERS];
// in a command you would use it like this for example:
BT[playerid]