Raised This Month: $12 Target: $400
 3% 

LVL 20


Post New Thread Reply   
 
Thread Tools Display Modes
whiteboikyle
Senior Member
Join Date: May 2005
Location: Nevada
Old 05-31-2005 , 22:52  
Reply With Quote #21

sry for waht ever i did but here is teh plugin.ini

Code:
; AMX Mod plugins

; To disable any plugin, add a semi-colon ';' to the beginning of its line

; You can disable the Just-In-Time (JIT) compiler with the 'nojit' keyword:
; pluginname.amx nojit
; (read the docs for more details)

; Note: you don't need to declare csstats.amx here (CSStats will load it)

// ---------------------- START SUPERHERO PLUGINS -------------------------------
 
//To save XP to the VAULT file (default)
superheromodvault.amx
 
//To save XP to a mysql database (uncomment this and comment out the vault plugin) 
//superheromodmysql.amx
 
//Add these lines to enable all the stock heroes 
sh_anubis.amx
sh_aquaman.amx
sh_batman.amx
sh_bomberman.amx
sh_captaina.amx
sh_cyclops.amx
sh_daredevil.amx
sh_dazzler.amx
sh_dracula.amx
sh_flash.amx
sh_hobgoblin.amx
sh_hulk.amx
sh_humantorch.amx
sh_ironman.amx
sh_kamikaze.amx
sh_mystique.amx
sh_punisher.amx
sh_spiderman.amx
sh_superman.amx
sh_windwalker.amx
sh_wolverine.amx
sh_xavier.amx
sh_zeus.amx
sh_sniper.amx
sh_goku.amx
sh_jugger.amx
sh_gohan.amx
sh_beast.amx
sh_yoda.amx
sh_terminator.amx
sh_billgates.amx
sh_blink.amx
sh_shotgun.amx
sh_chucky.amx
sh_fartman.amx
sh_marine.amx
sh_glock.amx
sh_strange.amx
sh_noob.amx
sh_megaman.amx
sh_demoman.amx
sh_greenarrow.amx
sh_iceman.amx
sh_invisman.amx
sh_gambit.amx
sh_dukenukem.amx
sh_diablo.amx
sh_morpheus.amx
sh_nightcrawler.amx
sh_blade.amx
sh_darthmaul.amx
sh_dumbass.amx
sh_robin.amx
sh_wonderwoman.amx
sh_vash.amx
sh_bazooka.amx
sh_zero.amx
sh_rom.amx
sh_sentinel.amx
sh_medic_v3.amx
sh_madness.amx
sh_goten.amx
sh_antman.amx
sh_soldier.amx
sh_gamblor.amx
sh_bitch.amx
superheromod.amx


language.amx        ; language management
admin.amx           ; admin base (required for any admin-related)
;admin_mysql.amx    ; admin base - MySQL version (comment admin.amx)
admincmd.amx        ; basic admin console commands
adminhelp.amx       ; help command for admin console commands
adminslots.amx      ; slot reservation
menufront.amx       ; front-end for admin menus
cmdmenu.amx         ; command menu (speech, settings)
plmenu.amx          ; players menu (kick, ban, client cmds.)
restmenu.amx        ; restrict weapons menu
mapsmenu.amx        ; maps menu (vote, changelevel)
antiflood.amx       ; prevent clients from chat-flooding the server
adminchat.amx       ; console chat commands
adminvote.amx       ; vote commands
nextmap.amx         ; displays next map in mapcycle
timeleft.amx        ; displays time left on map
mapchooser.amx      ; allows to vote for next map
scrollmsg.amx       ; displays a scrolling message
imessage.amx        ; displays information messages
;welcomemsg.amx     ; console motd @ client connection (Hard to see in Steam)
statsx.amx          ; stats on death or round end (CSStats Module required!)
stats_logging.amx   ; weapons stats logging (CSStats Module required!)
telemenu.amx        ; teleport menu (Fun Module required!)
miscstats.amx       ; bunch of events announcement for Counter-Strike
pausecfg.amx        ; allows to pause and unpause some plugins
statscfg.amx        ; allows to manage stats plugins via menu and commands
mapconfig.amx       ; executes custom map configuration files


; Add custom plugins below
and this is waht it says when i say meta list

Code:
Currently loaded plugins:
      description      stat pend  file              vers      src  load  unlod
 [ 1] AMX              RUN   -    amx_mm.dll        v0.9.9    ini  ANY   ANY  
 [ 2] CSStats          RUN   -    csstats_mm.dll    v0.9.9    ini  ANY   ANY  
 [ 3] Fun              RUN   -    fun_mm.dll        v0.9.9    ini  ANY   ANY  
 [ 4] VexdUM           RUN   -    vexdum_mm.dll     v0.9.9    ini  ANY   ANY  
 [ 5] Adminmod         RUN   -    admin_mm.dll      v2.50.60  ini  Start ANY  
 [ 6] BunnyJump Plugi  RUN   -    bunnyjump_mm.dll  v1.12     ini  Start Start
 [ 7] Hook Mod         RUN   -    hookmod_mm.dll    v5        ini  Start Start
7 plugins,
whiteboikyle is offline
Send a message via AIM to whiteboikyle Send a message via MSN to whiteboikyle Send a message via Yahoo to whiteboikyle
vittu
SuperHero Moderator
Join Date: Oct 2004
Location: L.A. County, CA
Old 05-31-2005 , 22:55  
Reply With Quote #22

just like I thought 2 core files...

you don't read anything do you:
Quote:
; Add custom plugins below
since you can't follow directions here copy this over your entire plugins.ini and save it...

Code:
; AMX Mod plugins 

; To disable any plugin, add a semi-colon ';' to the beginning of its line 

; You can disable the Just-In-Time (JIT) compiler with the 'nojit' keyword: 
; pluginname.amx nojit 
; (read the docs for more details) 

; Note: you don't need to declare csstats.amx here (CSStats will load it) 

language.amx        ; language management 
admin.amx           ; admin base (required for any admin-related) 
;admin_mysql.amx    ; admin base - MySQL version (comment admin.amx) 
admincmd.amx        ; basic admin console commands 
adminhelp.amx       ; help command for admin console commands 
adminslots.amx      ; slot reservation 
menufront.amx       ; front-end for admin menus 
cmdmenu.amx         ; command menu (speech, settings) 
plmenu.amx          ; players menu (kick, ban, client cmds.) 
restmenu.amx        ; restrict weapons menu 
mapsmenu.amx        ; maps menu (vote, changelevel) 
antiflood.amx       ; prevent clients from chat-flooding the server 
adminchat.amx       ; console chat commands 
adminvote.amx       ; vote commands 
nextmap.amx         ; displays next map in mapcycle 
timeleft.amx        ; displays time left on map 
mapchooser.amx      ; allows to vote for next map 
scrollmsg.amx       ; displays a scrolling message 
imessage.amx        ; displays information messages 
;welcomemsg.amx     ; console motd @ client connection (Hard to see in Steam) 
statsx.amx          ; stats on death or round end (CSStats Module required!) 
stats_logging.amx   ; weapons stats logging (CSStats Module required!) 
telemenu.amx        ; teleport menu (Fun Module required!) 
miscstats.amx       ; bunch of events announcement for Counter-Strike 
pausecfg.amx        ; allows to pause and unpause some plugins 
statscfg.amx        ; allows to manage stats plugins via menu and commands 
mapconfig.amx       ; executes custom map configuration files 


; Add custom plugins below

// ---------------------- START SUPERHERO PLUGINS ------------------------------- 
  
superheromod.amx 
  
//Add these lines to enable all the stock heroes 
sh_anubis.amx 
sh_aquaman.amx 
sh_batman.amx 
sh_bomberman.amx 
sh_captaina.amx 
sh_cyclops.amx 
sh_daredevil.amx 
sh_dazzler.amx 
sh_dracula.amx 
sh_flash.amx 
sh_hobgoblin.amx 
sh_hulk.amx 
sh_humantorch.amx 
sh_ironman.amx 
sh_kamikaze.amx 
sh_mystique.amx 
sh_punisher.amx 
sh_spiderman.amx 
sh_superman.amx 
sh_windwalker.amx 
sh_wolverine.amx 
sh_xavier.amx 
sh_zeus.amx 
sh_sniper.amx 
sh_goku.amx 
sh_jugger.amx 
sh_gohan.amx 
sh_beast.amx 
sh_yoda.amx 
sh_terminator.amx 
sh_billgates.amx 
sh_blink.amx 
sh_shotgun.amx 
sh_chucky.amx 
sh_fartman.amx 
sh_marine.amx 
sh_glock.amx 
sh_strange.amx 
sh_noob.amx 
sh_megaman.amx 
sh_demoman.amx 
sh_greenarrow.amx 
sh_iceman.amx 
sh_invisman.amx 
sh_gambit.amx 
sh_dukenukem.amx 
sh_diablo.amx 
sh_morpheus.amx 
sh_nightcrawler.amx 
sh_blade.amx 
sh_darthmaul.amx 
sh_dumbass.amx 
sh_robin.amx 
sh_wonderwoman.amx 
sh_vash.amx 
sh_bazooka.amx 
sh_zero.amx 
sh_rom.amx 
sh_sentinel.amx 
sh_medic_v3.amx 
sh_madness.amx 
sh_goten.amx 
sh_antman.amx 
sh_soldier.amx 
sh_gamblor.amx 
sh_bitch.amx
vittu is offline
Send a message via AIM to vittu Send a message via MSN to vittu Send a message via Yahoo to vittu
whiteboikyle
Senior Member
Join Date: May 2005
Location: Nevada
Old 05-31-2005 , 22:58  
Reply With Quote #23

umm sry this still didn't work i still have 20 max heros
whiteboikyle is offline
Send a message via AIM to whiteboikyle Send a message via MSN to whiteboikyle Send a message via Yahoo to whiteboikyle
1sh0t2killz
Senior Member
Join Date: Dec 2004
Old 05-31-2005 , 23:15  
Reply With Quote #24

ok what superhero mod version do u have.... look at ur superheromod.sma file it should say sumthing like

Code:
/****************************************************************************
*
*   Version 1.18 - Date: 12/15/2004
*
*   Original by by {HOJ} Batman <[email protected]>
*
*   Currently being maintained by the SuperHeo Team
*   http://shero.rocks-hideout.com/index.php?page=credit
*
****************************************************************************
lol i edited like 2 times but i 4got...
- notice da Version 1.18 - Date: 12/15/2004
__________________
I ♥ ⌂ ♫
1sh0t2killz is offline
vittu
SuperHero Moderator
Join Date: Oct 2004
Location: L.A. County, CA
Old 05-31-2005 , 23:32  
Reply With Quote #25

Quote:
Originally Posted by whiteboikyle
umm sry this still didn't work i still have 20 max heros
did you restart or change maps? if you did and it wasn't working, then change superheromod.amx to superheromodvault.amx in your plugins.ini and save it...

and if that doesn't work you did not install shmod 1.18 correctly get it here - http://forums.alliedmods.net/showthread.php?t=30372


and btw you set 29 max heroes in shconfig.cfg not 30 like your levels, so you will have 30 levels but can only choose 29 heroes...
vittu is offline
Send a message via AIM to vittu Send a message via MSN to vittu Send a message via Yahoo to vittu
whiteboikyle
Senior Member
Join Date: May 2005
Location: Nevada
Old 05-31-2005 , 23:54  
Reply With Quote #26

Quote:
Originally Posted by vittu
Quote:
Originally Posted by whiteboikyle
umm sry this still didn't work i still have 20 max heros
did you restart or change maps? if you did and it wasn't working, then change superheromod.amx to superheromodvault.amx in your plugins.ini and save it...

and if that doesn't work you did not install shmod 1.18 correctly get it here - http://forums.alliedmods.net/showthread.php?t=30372


and btw you set 29 max heroes in shconfig.cfg not 30 like your levels, so you will have 30 levels but can only choose 29 heroes...
wow thx it worked when i changed the superheromod.amx to superheromodvault.amx it worked thx... but there is 1 problem but i dont really matter well i made it 30 heros right well its now 34 and i can choose up to 32 i dont care that much but it bugs me about the lvl 34 then u can only chose lvl 32 but can u make me a superhero.ini lvl 34 and make it hard to get it xp.. please.. becuase everytime i try to make it, it skrews up... but thx for fixing it..
__________________

Free sigs for anyone. i can change the name to any of them PM me if u would like any of them
[x][x][x][x][x]
[x][x][x][x]
whiteboikyle is offline
Send a message via AIM to whiteboikyle Send a message via MSN to whiteboikyle Send a message via Yahoo to whiteboikyle
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:02.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode