Quote:
Originally Posted by ImmuneOne
Excuse me?
Search for :
Add beneath
And where an error pops up just add (byte) before _Stamina.
|
Quote:
Originally Posted by ImmuneOne
Post the line that is causing the error and describe the error message.
|
hey add me on msn you will make that whit team viewer oks?
msn:
[Only registered and activated users can see links. Click Here To Register...] i will login on my stupid msn right now..
Ty for trying to help me..
Quote:
Originally Posted by mido_mafiaspy
hey add me on msn you will make that whit team viewer oks?
msn: [Only registered and activated users can see links. Click Here To Register...] i will login on my stupid msn right now..
Ty for trying to help me..
|
Ok,i cant get on my msn so im gona tell you what`s the problem.. oks i will start now
Quote:
Originally Posted by ImmuneOne
Post the line that is causing the error and describe the error message.
|
1st i found this code:
Quote:
|
GC.MyChar.Nobility.Rank = GC.MyChar.Nobility.Rank;
|
Then under that i typed
Quote:
GC.MyChar._Stamina = 1000000000;
GC.MyChar.MyClient.AddSend(Packets.Status(GC.MyCha r.EntityID, Game.Status.Stamina, (byte)GC.MyChar._Stamina));
|
then the program said that i need to delite this " _ " ,
so i delited that shit and the code was like this
Quote:
GC.MyChar.Stamina = 1000000000;
GC.MyChar.MyClient.AddSend(Packets.Status(GC.MyCha r.EntityID, Game.Status.Stamina, (byte)GC.MyChar.Stamina))
|
After that i got one error on this = 1000000000;
and you said if you have one error add: (byte) before .Stamina
i added that and my code looks like this:
Quote:
GC.MyChar.(byte).Stamina = 1000000000;
GC.MyChar.MyClient.AddSend(Packets.Status(GC.MyCha r.EntityID, Game.Status.Stamina, (byte)GC.MyChar.Stamina))
|
GC.MyChar.(byte).Stamina = 1000000000; <-- this cant be right?
so thats why im getting that fucking error!
I know that that`s wrong..but if you know tell me
~Thanks