WazsFR 3 Posted July 10, 2017 Share Posted July 10, 2017 Bonjour j'aimerai savoir si quelqu’un peux m'aider pour régler le bug avec le "A" plusEMU SCREEN : http://prntscr.com/ftomtz Merci d'avance Wazs Link to comment Share on other sites More sharing options...
Harda 34 Posted July 10, 2017 Share Posted July 10, 2017 Euh... tu peux développer un peu plus stp ? Skype: Harda Web Snap: rmaanmbg Link to comment Share on other sites More sharing options...
WazsFR 3 Posted July 10, 2017 Author Share Posted July 10, 2017 Sur mon rétro la lettre à fait un truc bisard comme le screen le montre j'aimerai bien savoir comme cela se règle^^ Link to comment Share on other sites More sharing options...
Administrateur Solife 1,329 Posted July 10, 2017 Administrateur Share Posted July 10, 2017 Salut, Ton sujet qui se trouvait dans Ressources Habbo > Tutoriels a été déplacé dans Divers Habbo > Aides et support Ceci est un message automatique. J'essaie de m'adoucir, mais l'humain me rend noir. Link to comment Share on other sites More sharing options...
Moha 16 Posted July 10, 2017 Share Posted July 10, 2017 Dans ton fichier : StringCharFilter.cs, remplace ton public par : Citation public static string Escape(string str, bool allowBreaks = false) { char[] chArray = new char[2] { ' ', '\t' }; str = str.Trim(chArray); str = str.Replace(Convert.ToChar(1), ' '); str = str.Replace(Convert.ToChar(2), ' '); str = str.Replace(Convert.ToChar(3), ' '); str = str.Replace(Convert.ToChar(9), ' '); if (!allowBreaks) { str = str.Replace(Convert.ToChar(10), ' '); str = str.Replace(Convert.ToChar(13), ' '); } str = Regex.Replace(str, "<(.|\n)*?>", string.Empty); return str; } http://adosquad.fr Link to comment Share on other sites More sharing options...
WazsFR 3 Posted July 10, 2017 Author Share Posted July 10, 2017 @Moha Bonjour merci mais ou se situe le fichier ? Link to comment Share on other sites More sharing options...
Administrateur Solife 1,329 Posted July 10, 2017 Administrateur Share Posted July 10, 2017 il y a 15 minutes, WazsFR a dit : @Moha Bonjour merci mais ou se situe le fichier ? Quand tu modifie l'émulateur du cherche StringCharFilter.cs dans recherche. J'essaie de m'adoucir, mais l'humain me rend noir. Link to comment Share on other sites More sharing options...
Administrateur Thomas 753 Posted August 10, 2017 Administrateur Share Posted August 10, 2017 Salut, Ton sujet qui se trouvait dans Divers Habbo > Aides et support a été déplacé dans Aides et support > Divers Habbo > Archivés Ceci est un message automatique. 《⠀⠀Founder of Inshare.fr⠀》 《⠀⠀Twitch channel moderator⠀》 《⠀⠀French translator Trucksbook.eu⠀》 𝐹𝑒𝑒𝑙 𝑓𝑟𝑒𝑒 𝑡𝑜 𝑤𝑟𝑖𝑡𝑒 𝑎 𝑐𝑜𝑚𝑚𝑒𝑛𝑡 ————————————————— ╱⠀⠀⠀⠀⠀⠀⠀⠀⠀Règlements⠀⠀ //⠀⠀Abonnements⠀⠀ //⠀⠀ Discord ⠀⠀⠀⠀⠀⠀⠀⠀⠀╲ Link to comment Share on other sites More sharing options...
Recommended Posts