pijama Posted August 26, 2006 Report Share Posted August 26, 2006 Bonjour, avoilà, j'aimerais activer le rachat automatique sur mon serveur mais je ne sait pas comment faire. Si quelqu'un pouvai m'aider, sa serait sympa de sa part. Merci d'avance... Link to comment Share on other sites More sharing options...
dan18 Posted August 30, 2006 Report Share Posted August 30, 2006 normalement il s'active tout seul Link to comment Share on other sites More sharing options...
dan18 Posted August 30, 2006 Report Share Posted August 30, 2006 a moin que tu a louer le serveur Link to comment Share on other sites More sharing options...
ChandlerBing82 Posted August 30, 2006 Report Share Posted August 30, 2006 salut, normalement c'est un restrict de l'amx. Tu as juste a lever le restrict je pense Link to comment Share on other sites More sharing options...
pijama Posted August 30, 2006 Author Report Share Posted August 30, 2006 Je sait qu'il faut enlever le restrict mais je sait pas c'est quoi la commande ou la manip. a faire :s Link to comment Share on other sites More sharing options...
ChandlerBing82 Posted August 31, 2006 Report Share Posted August 31, 2006 amx_help tu auras toutes les commandes disponibles. Pour changer de page de commande : amx_help 11 amx_help 21 etc... amx_help 11 te dressera une liste de 10 commandes à commencer par la 11 eme commande. Link to comment Share on other sites More sharing options...
marcosifredi Posted January 1, 2007 Report Share Posted January 1, 2007 Si tu veux enlever la restriction c'est : amx_restrict off puis amx_restrict save si jamais tu veux garder la restriction, il faut que tu ailles sur ton ftp dans addons/amx/examples/include/default et tu ouvres restmenu avec ton editeur de texte. Ensuite tu enleve : [cpp] #if !defined NO_STEAM register_clcmd("cl_setautobuy","blockcommand") register_clcmd("cl_autobuy","blockcommand") register_clcmd("cl_setrebuy","blockcommand") register_clcmd("cl_rebuy","blockcommand") #endif [/cpp] c'est la ligne 330 à 335. Tu recompiles, tu upload et le tour est joué ! Link to comment Share on other sites More sharing options...
thedark Posted January 2, 2007 Report Share Posted January 2, 2007 Peut etre recompilé pour que ça marche.... Link to comment Share on other sites More sharing options...
ThEBiShOp Posted January 2, 2007 Report Share Posted January 2, 2007 Si tu veux enlever la restriction c'est : amx_restrict off puis amx_restrict savesi jamais tu veux garder la restriction, il faut que tu ailles sur ton ftp dans addons/amx/examples/include/default et tu ouvres restmenu avec ton editeur de texte. Ensuite tu enleve : [cpp] #if !defined NO_STEAM register_clcmd("cl_setautobuy","blockcommand") register_clcmd("cl_autobuy","blockcommand") register_clcmd("cl_setrebuy","blockcommand") register_clcmd("cl_rebuy","blockcommand") #endif [/cpp] c'est la ligne 330 à 335. Tu recompiles, tu upload et le tour est joué ![/quotemsg] oui Link to comment Share on other sites More sharing options...
ChandlerBing82 Posted June 1, 2012 Report Share Posted June 1, 2012 Ce sujet a été déplacé de la catégorie Half-Life vers la categorie Univers Counter-Strike par ChandlerBing82 Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.