Added math functions recommended by AssKicr

Little bug fixes
This commit is contained in:
David Anderson
2004-04-07 04:06:55 +00:00
parent 8f63a1a7b9
commit 2a460d8c18
4 changed files with 74 additions and 4 deletions

View File

@ -256,7 +256,7 @@ int Spawn( edict_t *pent ) {
// :TODO: Remove modules num from amxmodx_version, make amxmodx_modules cvar
CVAR_SET_STRING(init_amxmodx_version.name, AMX_VERSION);
char buffer[32];
CVAR_SET_STRING(init_amxmodx_modules.name, itoa(loaded, buffer, 10));
// CVAR_SET_STRING(init_amxmodx_modules.name, itoa(loaded, buffer, 10));
// ###### Load Vault
g_vault.setSource( build_pathname("%s", get_localinfo("amxx_vault", "addons/amxx/configs/vault.ini")) );