View Single Post
WildCard65
Veteran Member
Join Date: Aug 2013
Location: Canada
Old 11-17-2016 , 21:22   Re: how to set data to client..
Reply With Quote #3

And I'll explain why your original snippet crashed: You were trying to set data at an invalid memory address (NULL aka 0x0 + offset of "health"), NULL is an invalid address meaning in lazy terms "No memory", don't confuse my lazy meaning with "Out of Memory".
__________________
WildCard65 is offline