Fixed all MAXPLAYERS+1 by replacing them with MAXPLAYERS + 1

This commit is contained in:
Greyscale
2009-04-13 06:00:58 +02:00
parent 6eb00ea307
commit d074b68edf
5 changed files with 26 additions and 26 deletions

View File

@ -20,7 +20,7 @@ enum WeaponsMenu
/**
* Array to store the client's current weapon menu
*/
new WeaponsMenu:curMenuWeapons[MAXPLAYERS+1];
new WeaponsMenu:curMenuWeapons[MAXPLAYERS + 1];
/**
* Sends main weapon menu to client.

View File

@ -19,7 +19,7 @@ new Handle:kvWeaponGroups = INVALID_HANDLE;
/**
* Array that stores the "HookID" to be later unhooked on player disconnect.
*/
new gCanUseHookID[MAXPLAYERS+1];
new gCanUseHookID[MAXPLAYERS + 1];
/**
* Query results returned when (un)restricting a weapon.