Use the new constants in various place.

This commit is contained in:
Arkshine
2014-07-20 12:27:02 +02:00
parent e84653571c
commit 07534edfcd
36 changed files with 341 additions and 376 deletions

View File

@ -40,14 +40,14 @@
#define MAXMENUPOS 34
new g_Position[33]
new g_Position[MAX_PLAYERS]
new g_Modified
new g_blockPos[112]
new g_saveFile[64]
new g_Restricted[] = "* This item is restricted *"
new g_szWeapRestr[27] = "00000000000000000000000000"
new g_szEquipAmmoRestr[10] = "000000000"
new g_InBuyMenu[33]
new g_InBuyMenu[MAX_PLAYERS]
new g_RegisteredMenus[10]
new g_menuStrings[6][] =
@ -304,8 +304,8 @@ new g_Aliases2[MAXMENUPOS][] =
}
#define AUTOBUYLENGTH 511
new g_Autobuy[33][AUTOBUYLENGTH + 1]
//new g_Rebuy[33][AUTOBUYLENGTH + 1]
new g_Autobuy[MAX_PLAYERS][AUTOBUYLENGTH + 1]
//new g_Rebuy[MAX_PLAYERS][AUTOBUYLENGTH + 1]
bool:IsOurMenuID(id)
{