Ive asm edit the server
But when you change players in game it only goes up to 16 so its not even showing more so maybe ive made an error in gametypecfgCode:Server: 0045C4D6 JG SHORT 0045C4D8
<GAMETYPE id="0"> <!-- GAMETYPE_DEATHMATCH_SOLO -->
<ROUNDS round="10" str="10" />
<ROUNDS round="20" str="20" />
<ROUNDS round="30" str="30" />
<ROUNDS round="50" str="50" default="true" />
<ROUNDS round="70" str="70" />
<ROUNDS round="100" str="100" />
<LIMITTIME sec="99999" str="Infinite" />
<LIMITTIME sec="10" str="10 min" />
<LIMITTIME sec="20" str="20 min" />
<LIMITTIME sec="30" str="30 min" default="true" />
<LIMITTIME sec="40" str="40 min" />
<LIMITTIME sec="50" str="50 min" />
<LIMITTIME sec="60" str="60 min" />
<MAXPLAYERS player="4" str="4" />
<MAXPLAYERS player="8" str="8" default="true" />
<MAXPLAYERS player="12" str="12" />
<MAXPLAYERS player="16" str="16" />
<MAXPLAYERS player="24" str="24" />
<MAXPLAYERS player="32" str="32" />
</GAMETYPE>
can somone help me sort please



Reply With Quote

