Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Bah la comboBox je les juste mit normal avec des mots dedans :Tu peux nous donnée ton codage et un ptit screen de la comboBox ?
Je vois ce que tu veux des que je prend le PC tu aura ta réponse.Bah la comboBox je les juste mit normal avec des mots dedans :Vous devez être inscrit pour voir les liens ! Inscrivez-vous ou connectez-vous ici.
Mais le problème ces que je ne c'est pas comment codé chacune des fonctions , Par exemple , quand je clique sur test 1 , sa me met le ciel de la map en bleu , test 2 en rouge , etc ^^
if (this.comboBoxEdit1.SelectedItem.ToString() == "Test")
{
PS3.SetMemory(0x12345678, new byte[]{ 0x00, 0x00, 0x00, 0x00 });
}
else if (this.comboBoxEdit1.SelectedItem.ToString() == "test1")
{
PS3.SetMemory(0x12345678, new byte[]{ 0x00, 0x00, 0x00, 0x00 });
}
else if (this.comboBoxEdit1.SelectedItem.ToString() == "test 2")
{
PS3.SetMemory(0x12345678, new byte[]{ 0x00, 0x00, 0x00, 0x00 });
PS3.SetMemory(0x12345678, new byte[]{ 0x00, 0x00, 0x00, 0x00 }); // Tu rajoute un simulaire
PS3.SetMemory(0x12345678, new byte[]{ 0x00, 0x00, 0x00, 0x00 }); // Si plusieurs offsets sont différents.
}

Sa m'aide beaucoup , merci a toi !Code:if (this.comboBoxEdit1.SelectedItem.ToString() == "Test") { PS3.SetMemory(0x12345678, new byte[]{ 0x00, 0x00, 0x00, 0x00 }); } else if (this.comboBoxEdit1.SelectedItem.ToString() == "test1") { PS3.SetMemory(0x12345678, new byte[]{ 0x00, 0x00, 0x00, 0x00 }); } else if (this.comboBoxEdit1.SelectedItem.ToString() == "test 2") { PS3.SetMemory(0x12345678, new byte[]{ 0x00, 0x00, 0x00, 0x00 }); PS3.SetMemory(0x12345678, new byte[]{ 0x00, 0x00, 0x00, 0x00 }); // Tu rajoute un simulaire PS3.SetMemory(0x12345678, new byte[]{ 0x00, 0x00, 0x00, 0x00 }); // Si plusieurs offsets sont différents. }
En espèrent t'avoir aider![]()