Tout est dit, pour plus de précisions, me MP SVP
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.
PS3.SetMemory(adress, BitConverter.GetBytes(Convert.ToInt32(this.numericUpDownX.Value.ToString())));
Je code pas comme sa, moi je code comme celaSalut,
Pour les stat's ça fonctionne a chaque fois comme ça :
Code:PS3.SetMemory(adress, BitConverter.GetBytes(Convert.ToInt32(this.numericUpDownX.Value.ToString())));
- PS3 = Nom de l'instance
- SetMemory = Méthode
- Adress = Offsets
- X après NumeriUpDown = numéro du Numeric
Ton topic se trouvait dans la mauvaise section http://reality-gaming.fr/attachments/deplace- png.20318/, je l'ai donc déplacé dans la bonne section http://reality-gaming.fr/attachments/deplacement-png.20319/.
Bonne soirée,
DEVR0
PS3.CCAPI.SetMemory(OFFSET, new byte[] { 0x*** });
Bah c'est pareilJe code pas comme sa, moi je code comme cela
Code:PS3.CCAPI.SetMemory(OFFSET, new byte[] { 0x*** });
oui mais je doit mettre quoi a la place des "***" { 0x*** });Bah c'est pareil, tu ajoute juste la fin de ce que j'ai donner BitConverter.GetBytes(Convert.ToInt32(this.numericUpDownX.Value.ToString()))
Bah tu doit rien mettre.oui mais je doit mettre quoi a la place des "***" { 0x*** });
PS3.CCAPI.SetMemory(offset ici, BitConverter.GetBytes(Convert.ToInt32(this.numericUpDownX.Value.ToString())));