Quote:
Been working on val for a long time (me virtue) and been having a little bit of trouble with the new version.
setstring hp,100;
that won't work it'll just end up being in the players flags as
hp
This used to work and no strings are working not even server at times... any one got any answers?
|
if your working with strings you will have to do something like this...
NPC Code:
setstring hp,100;
playerhearts=strtofloat(#s(hp));
if that is what your asking there you go! if not just tell me!
