bonjour,
je recheche une ancienne version ou on pouvais voire ceci :
Lignes 44 :
formatex( configfile , 199, "%s/custom_nextmaps.ini" , sConfigs_file );
formatex( configfile1, 199, "%s/custom_nextmaps1.ini", sConfigs_file );
formatex( configfile2, 199, "%s/custom_nextmaps2.ini", sConfigs_file );
formatex( configfile3, 199, "%s/custom_nextmaps3.ini", sConfigs_file );
et
Et, lignes 142 :
if( get_playersnum() > 21 )
copy( configfile, 199, configfile3 );
if( get_playersnum() > 14 && num < 22 )
copy( configfile, 199, configfile2 );
if( get_playersnum() > 9 && num < 15 )
copy( configfile, 199, configfile1 );
car j'ai toujours les modifs pour le faire fonctionner en fonction du nom de joueurs.
merci.
Hello,
I recheche an older version or it could even this:
Line 44:
Formatex (configfile, 199 "% s / custom_nextmaps.ini" sConfigs_file);
Formatex (configfile1, 199 "% s / custom_nextmaps1.ini" sConfigs_file);
Formatex (configfile2, 199 "% s / custom_nextmaps2.ini" sConfigs_file);
Formatex (configfile3, 199 "% s / custom_nextmaps3.ini" sConfigs_file);
and
And, lines 142:
if (get_playersnum ()> 21)
copy (configfile, 199, configfile3);
if (get_playersnum ()> num && 14 <22)
copy (configfile, 199, configfile2);
if (get_playersnum ()> 9 && num <15)
copy (configfile, 199, configfile1);
because I still have the mods to make it work by name players.
Thank you.
__________________
FUN IP=>87.98.166.47:27015 //////// WAR IP=>87.98.166.47:27020
Last edited by micka3d; 07-26-2015 at 15:39.
|