ßRÂИÐØИ 47 Posted January 3, 2017 Share Posted January 3, 2017 Bonjour je vous partage une commande furniture (PlusEmu) #SourceRageZone Elle sert à modifier vos mobis de la table funiture, directement dans votre client. Hidden Content Reply to this topic to see the hidden content. Link to comment Share on other sites More sharing options...
SnoopyyX42 5 Posted January 3, 2017 Share Posted January 3, 2017 Merci du partage ! Link to comment Share on other sites More sharing options...
ßRÂИÐØИ 47 Posted January 3, 2017 Author Share Posted January 3, 2017 Derien amigo :) Link to comment Share on other sites More sharing options...
SnoopyyX42 5 Posted January 3, 2017 Share Posted January 3, 2017 il y a 4 minutes, Cali a dit : Derien amigo :) T'inquiète! :') Link to comment Share on other sites More sharing options...
Moha 19 Posted January 3, 2017 Share Posted January 3, 2017 Merci du partage ! http://adosquad.fr Link to comment Share on other sites More sharing options...
Guest Posted January 3, 2017 Share Posted January 3, 2017 Merci du partage, mais je pense que c'est plus facile de passer par une page php qui fait les modifications directement. Link to comment Share on other sites More sharing options...
ßRÂИÐØИ 47 Posted January 3, 2017 Author Share Posted January 3, 2017 J'ai corrigé les requêtes et un peu plus traduit : Créer un nouveau .cs nommé FurnitureCommand.cs dans le dossier > HabboHotel > Rooms > Chat > Commands > Moderator Et coller ceci dans le fichier FurnitureCommand.cs : Hidden Content Reply to this topic to see the hidden content. Ajouté à CommandManager.cs qui se trouve : HabboHotel > Rooms > Chat > Commands Cherché ceci : private void RegisterModerator() Ajouté ceci : this.Register("item", new FurnitureCommand()); (après le { ) Ajouter ceci à votre base de donnée : INSERT INTO `permissions_commands` (`command`, `group_id`, `subscription_id`, `descriptions`) VALUES ('command_furniture', '9', '0', ''); Modifier le '9' si vous voulez changer le rank minimum ! Enjoy ! Link to comment Share on other sites More sharing options...
ryadlebg 1 Posted January 3, 2017 Share Posted January 3, 2017 @Jason bg Link to comment Share on other sites More sharing options...
michel 0 Posted January 3, 2017 Share Posted January 3, 2017 Je pense que tu peux modifier ton code pour avoir moins de redondance car quand on regarde ton code tout se ressemble juste quelques petites modifications dans certains cas. Link to comment Share on other sites More sharing options...
ßRÂИÐØИ 47 Posted January 3, 2017 Author Share Posted January 3, 2017 Il y a 4 heures, michel a dit : Je pense que tu peux modifier ton code pour avoir moins de redondance car quand on regarde ton code tout se ressemble juste quelques petites modifications dans certains cas. Ce n'ai pas mon code, comme je les dis " #SourceRageZone". Link to comment Share on other sites More sharing options...
NevetS 4 Posted March 2, 2017 Share Posted March 2, 2017 Merci du partage ^^ Link to comment Share on other sites More sharing options...
NevetS 4 Posted March 2, 2017 Share Posted March 2, 2017 Le 03/01/2017 à 13:37, Brandon a dit : J'ai corrigé les requêtes et un peu plus traduit : Créer un nouveau .cs nommé FurnitureCommand.cs dans le dossier > HabboHotel > Rooms > Chat > Commands > Moderator Et coller ceci dans le fichier FurnitureCommand.cs : Hidden Content Reply to this topic to see the hidden content. Ajouté à CommandManager.cs qui se trouve : HabboHotel > Rooms > Chat > Commands Cherché ceci : private void RegisterModerator() Ajouté ceci : this.Register("item", new FurnitureCommand()); (après le { ) Ajouter ceci à votre base de donnée : INSERT INTO `permissions_commands` (`command`, `group_id`, `subscription_id`, `descriptions`) VALUES ('command_furniture', '9', '0', ''); Modifier le '9' si vous voulez changer le rank minimum ! Enjoy ! Admettons je veux fixé une chaise car ont peut pas s'assoir dessus. Que dois-je écrire comme commande s'il te plait? J'ai essayé 20 fois , j'ai pas réussis! Link to comment Share on other sites More sharing options...
Scatman 0 Posted June 9, 2017 Share Posted June 9, 2017 Le 2/3/2017 à 14:41, NevetS a dit : Admettons je veux fixé une chaise car ont peut pas s'assoir dessus. Que dois-je écrire comme commande s'il te plait? J'ai essayé 20 fois , j'ai pas réussis! :item cansit oui Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now