19.07.2014, 06:44
make sure the arrays containing "i" in them are defined as below --
AutoFixBool[MAX_PLAYERS]
DriftMode[MAX_PLAYERS]......
and so on others also like this
i recommend you using enums for storing MAX_PLAYERS things
AutoFixBool[MAX_PLAYERS]
DriftMode[MAX_PLAYERS]......
and so on others also like this
i recommend you using enums for storing MAX_PLAYERS things