ßRÂИÐØИ 46 Posted February 16, 2017 Share Posted February 16, 2017 Hello world, Aujourd'hui je viens vous partagez ma commande Setz Pour ceux qui ne connaissent pas Setz c'est ça : https://gyazo.com/0f80afeb0aa5122c5f202a4ea6da1c4d Alors créer un nouveau fichier .cs nommé SetzCommands dans > HabboHotel > Rooms > Chat > User > Fun Et ajouter ceci : http://pastebin.com/raw/Ps4bPjCG Ensuite rechercher le fichier : RoomItemHandling.cs Une fois que vous y êtes chercher : private int mRollerSpeed; Ajouter en dessous : private Double Setzbool; Toujours dans RoomItemHandling.cs chercher : public void SetSpeed(int p) { mRollerSpeed = p; } Ajouter après le } : public void Setz(Double p) { Setzbool = p; } Ensuite rechercher : Double StackingTile = 0; Ajouter en dessous : Double Setzbool2 = 0; Ensuite juste après : if (I.TotalHeight > newZ) newZ = StackingTile != 0 ? StackingTile : I.TotalHeight; Ajouter en dessous : if (Setzbool > 0) newZ = Setzbool != 0 ? Setzbool2 : I.TotalHeight; Ensuite après : if (I.TotalHeight > newZ) newZ = StackingTile != 0 ? StackingTile : I.TotalHeight; if (Setzbool > 0) newZ = Setzbool != 0 ? Setzbool2 : I.TotalHeight; } } Ajouter après les } sa : if (Setzbool >= 0.01) { newZ = Setzbool; } Ce qui devrais donner ça : https://gyazo.com/26fc6ad1fdd2d898f70d4a75be7dbfab J'espère au moins un merci car ce genre de travaille en plus du tutoriel ce n'est pas rien. Bonne continuation à tous et bonne chance 2 Link to comment Share on other sites More sharing options...
Umbrella 10 Posted February 16, 2017 Share Posted February 16, 2017 Merci du Partage Dodone :) [ Rien de mieux que d'apprendre par sois même ] #Autodidacte Link to comment Share on other sites More sharing options...
Guest Posted February 16, 2017 Share Posted February 16, 2017 Merci à toi, même si.. Link to comment Share on other sites More sharing options...
ßRÂИÐØИ 46 Posted February 16, 2017 Author Share Posted February 16, 2017 Il y a 2 heures, Lucas Orsini a dit : Merci à toi, même si.. Même si ? Link to comment Share on other sites More sharing options...
Guest Posted February 16, 2017 Share Posted February 16, 2017 Merci pour ton partage, ça va en aider plus d'un ;) Link to comment Share on other sites More sharing options...
ßRÂИÐØИ 46 Posted February 16, 2017 Author Share Posted February 16, 2017 Il y a 3 heures, KrackWeed a dit : Merci pour ton partage, ça va en aider plus d'un ;) De rien Il y a 15 heures, UmbrellaFRA a dit : Merci du Partage Dodone :) De rien Link to comment Share on other sites More sharing options...
Nico 41 Posted February 16, 2017 Share Posted February 16, 2017 Cimer man pour ce partage ça servi à beaucoup :p Besoin d'une ressource pour ton rétro ? Un CMS ? Un Addon ? Besoin d'une base de donnée pour ton rétro ? Un dédipass une base de donnée pendant 4 mois ! Alors rejoins moi vite sur http://comahost.com https://www.facebook.com/comahost/ Les crocodiles en force ! Link to comment Share on other sites More sharing options...
ßRÂИÐØИ 46 Posted February 16, 2017 Author Share Posted February 16, 2017 à l’instant, Nico a dit : Cimer man pour ce partage ça servi à beaucoup :p De rien ^-^ Link to comment Share on other sites More sharing options...
Pouney 32 Posted February 16, 2017 Share Posted February 16, 2017 Merci l'ami ! ça en aidera plus d'un ! Je l'essais desuite ! PAS D'AIDE EN MP Sites Webs : - HostRetro.com - Ado-Lite.fr - Alls-Heberg.fr Link to comment Share on other sites More sharing options...
ßRÂИÐØИ 46 Posted February 16, 2017 Author Share Posted February 16, 2017 il y a 30 minutes, Pouney a dit : Merci l'ami ! ça en aidera plus d'un ! Je l'essais desuite ! Pas de soucis Link to comment Share on other sites More sharing options...
Pouney 32 Posted February 16, 2017 Share Posted February 16, 2017 à l’instant, Brandon a dit : Pas de soucis J'espère que ça ne te dérange pas je l'ai ajouté au sujet des fix PlusEmu ! PAS D'AIDE EN MP Sites Webs : - HostRetro.com - Ado-Lite.fr - Alls-Heberg.fr Link to comment Share on other sites More sharing options...
ßRÂИÐØИ 46 Posted February 16, 2017 Author Share Posted February 16, 2017 à l’instant, Pouney a dit : J'espère que ça ne te dérange pas je l'ai ajouté au sujet des fix PlusEmu ! J'ai vu et non ;) Je viens d'en partager une 2 ème ;) Link to comment Share on other sites More sharing options...
Kayz 0 Posted February 18, 2017 Share Posted February 18, 2017 Double StackingTile = 0; Inexistant dans ma source Plus. if (I.TotalHeight > newZ) newZ = StackingTile != 0 ? StackingTile : I.TotalHeight; http://prntscr.com/ea5r8s Link to comment Share on other sites More sharing options...
Monde 68 Posted February 18, 2017 Share Posted February 18, 2017 il y a 4 minutes, Kayz a dit : Double StackingTile = 0; Inexistant dans ma source Plus. if (I.TotalHeight > newZ) newZ = StackingTile != 0 ? StackingTile : I.TotalHeight; http://prntscr.com/ea5r8s J'ai pareil que toi, j'y ai fait fonctionner en ayant des connaissance en C# en fonction de mon code, je t'y donnerais. Link to comment Share on other sites More sharing options...
ßRÂИÐØИ 46 Posted February 18, 2017 Author Share Posted February 18, 2017 Il y a 10 heures, Monde a dit : J'ai pareil que toi, j'y ai fait fonctionner en ayant des connaissance en C# en fonction de mon code, je t'y donnerais. Il y a 10 heures, Kayz a dit : Double StackingTile = 0; Inexistant dans ma source Plus. if (I.TotalHeight > newZ) newZ = StackingTile != 0 ? StackingTile : I.TotalHeight; http://prntscr.com/ea5r8s Ah bon vous avez quel source de base ? Link to comment Share on other sites More sharing options...
Monde 68 Posted February 18, 2017 Share Posted February 18, 2017 Il y a 3 heures, Brandon a dit : Ah bon vous avez quel source de base ? C'est pas un problème pour moi, j'ai modifié pour que ça fonctionne avec ma source c'est tout, c'est Kayz qui y arrive pas. Link to comment Share on other sites More sharing options...
ßRÂИÐØИ 46 Posted February 18, 2017 Author Share Posted February 18, 2017 il y a 33 minutes, Monde a dit : C'est pas un problème pour moi, j'ai modifié pour que ça fonctionne avec ma source c'est tout, c'est Kayz qui y arrive pas. Mais en faite je pense pas sa change quelque chose, vous ajoutez la ou il screen et c'est bon ^^ Link to comment Share on other sites More sharing options...
NevetS 4 Posted March 2, 2017 Share Posted March 2, 2017 Le 18/02/2017 à 17:18, Brandon a dit : Mais en faite je pense pas sa change quelque chose, vous ajoutez la ou il screen et c'est bon ^^ T'es sur? Link to comment Share on other sites More sharing options...
Logic 30 Posted March 2, 2017 Share Posted March 2, 2017 bg frère <3 meeeeeh Link to comment Share on other sites More sharing options...
NevetS 4 Posted March 2, 2017 Share Posted March 2, 2017 il y a 43 minutes, Break; a dit : bg frère <3 Double StackingTile = 0; if (I.TotalHeight > newZ) newZ = StackingTile != 0 ? StackingTile : I.TotalHeight; Cela marche si ont rentre les codes de Brandon même si ont a pas ça dans la source de PlusEmu? Link to comment Share on other sites More sharing options...
Monde 68 Posted March 2, 2017 Share Posted March 2, 2017 il y a 31 minutes, NevetS a dit : Double StackingTile = 0; if (I.TotalHeight > newZ) newZ = StackingTile != 0 ? StackingTile : I.TotalHeight; Cela marche si ont rentre les codes de Brandon même si ont a pas ça dans la source de PlusEmu? Oui Link to comment Share on other sites More sharing options...
NevetS 4 Posted March 2, 2017 Share Posted March 2, 2017 il y a 2 minutes, Monde a dit : Oui J'essaye desuite alors! Link to comment Share on other sites More sharing options...
NevetS 4 Posted March 2, 2017 Share Posted March 2, 2017 il y a une heure, Monde a dit : Oui Moi ça marche pas.. Pourrais tu me passer ton code de RoomItemHandling.cs ? s'il te plait? Link to comment Share on other sites More sharing options...
ßRÂИÐØИ 46 Posted March 2, 2017 Author Share Posted March 2, 2017 Il y a 4 heures, NevetS a dit : Moi ça marche pas.. Pourrais tu me passer ton code de RoomItemHandling.cs ? s'il te plait? Si tu veux je t'aide en TV demain, passe moi ton skype ou facebook en Message privée ;) Link to comment Share on other sites More sharing options...
ßRÂИÐØИ 46 Posted March 2, 2017 Author Share Posted March 2, 2017 Il y a 6 heures, Break; a dit : bg frère <3 Merci <3 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