Quote:
Originally Posted by drekes
I don't think this is causing the item count error, at least it shouldn't be if your .ini file is the same as you uploaded. Are you running any other plugins that require custom models ?
|
PHP Code:
; AMX Mod X plugins
; Admin Base - Always one has to be activated
admin.amxx ; admin base (required for any admin-related)
; Basic
admincmd.amxx ; basic admin console commands
; Menus
menufront.amxx ; front-end for admin menus
cmdmenu.amxx ; command menu (speech, settings)
pluginmenu.amxx ; Menus for commands/cvars organized by
; Chat / Messages
adminchat.amxx ; console chat commands
noshield.amxx
colorchat.amxx
; Map related
timeleft.amxx ; displays time left on map
; Configuration
pausecfg.amxx ; allows to pause and unpause some plugins
statscfg.amxx ; allows to manage stats plugins via menu and
; NST Wpn Mod Plugins
NST_Wpn.amxx
NST_Wpn_Hand.amxx
NST_Wpn_Rifles.amxx
NST_Wpn_Pistols.amxx
NST_Wpn_He.amxx
NST_Wpn_Knife.amxx
; Other Plugins
recoil.amxx
NST_Add_Player.amxx
DJB_Iinfinityex.amxx
DJB_FixSvdex.amxx
DJB_CSORADIO.amxx
Yes. The Weapon plugin require mondels and each weapon has 3-4 models. And I added maxplayers 32 (to increase the item count limit) and I am using this parameters to give my counter strike full power:
Quote:
|
-steam -game czero -appid 80 -noipx -nojoy -noforcemspd -noforcemparms -noforcemaccel -zone 4096 -num_edicts 4096 -heapsize 393216 -preload 1 -32bpp +maxplayers 32
|
Everything works, but some maps are huge (for example: de_inferno) and then I need to disable some plugins. =( That's why I want to remove many of the Player Models. And I am using exactly the same .ini file but only a few Playermodels are needed. =(