PDA

View Full Version : [Need Help]



Durrcookie
06-03-2008, 03:44 PM
I've been doing some coding on my first hack ever, i wanna do stamina, got the addies everything, and then copied and paste the moduel from Bigxxx(THX for the TUT and them od man ;P) And the nreplaced all the features that needed replacing, now with all of them except the ones that use RBUFF thing
dont work.....i get this warning:

Function 'kjhsd897354kjdfgsdf' (<--- this is what i replaced for writememory)Doesn't return a value on all code paths. A null reference exception could occur at run time when the result is used.

And when I double click on that warning it highlights 'End Function' ....
Could some1 help me out?lol really excited making my first hack work :p

blipi
06-04-2008, 09:00 AM
That only means that when you call that function it won't return any value.
That isn't an error, as it says its just a warning, it will compile and work without any problem.

Don't worry about it.

Durrcookie
06-04-2008, 02:45 PM
Ah, ok thanks... then i guess my addies were just old lol ^^