AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Tech Support (https://forums.alliedmods.net/forumdisplay.php?f=36)
-   -   146 heroes in flooder =100 in game help (https://forums.alliedmods.net/showthread.php?t=80728)

ai07o 11-19-2008 16:25

146 heroes in flooder =100 in game help
 
first they was 60-70 i don't remember.all heroes was in plugins-shero.ini
//Add Heroes Here
sh_anubis.amxx
sh_aquaman.amxx
sh_batman.amxx
sh_bomberman.amxx
sh_captaina.amxx
sh_cyclops.amxx
sh_daredevil.amxx
sh_dazzler.amxx like that but with more heroes :D

then i move a part of the heroes in plugins.ini and in game they was 100 can some one help me how to put more heroes in game :?

sry for the stupid english but i am not so good in school :mrgreen:

vittu 11-19-2008 16:42

Re: 146 heroes in flooder =100 in game help
 
what version of sh are you running?

ai07o 11-20-2008 03:24

Re: 146 heroes in flooder =100 in game help
 
dunno if you tell me from where to see or tell me what version is support 100+heroes :oops:

vittu 11-20-2008 14:31

Re: 146 heroes in flooder =100 in game help
 
Well prior to sh 1.2.0, the max sh can usually load is approx 70-80 dependent on the server.

With 1.2.0 and above you can load as much as your server can handle. (though it's not recommened running 100+ unless you like lag and other problems, not only that I won't support problems from running 100+).


--------------------------

However, both are limited (to keep file/array size down) with a define to a max of 100 heroes. In order to load more than 100 you would need to edit the define in the include file and recompile the core plugin.

Code:

// Max Amount of heros that can be loaded
#define SH_MAXHEROS 100

for sh 1.2.0+ it is at the top of superheroconst.inc
for sh 1.18e or before it is at the top of superheromod.inc


All times are GMT -4. The time now is 23:03.

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