View Single Post
Exolent[jNr]
Veteran Member
Join Date: Feb 2007
Location: Tennessee
Old 05-14-2009 , 17:16   Re: Ban with seal of approval
Reply With Quote #2

Code:
set_pev(target, pev_health, float(123));
Why use float() ? Just do this:
Code:
set_pev(target, pev_health, 123.0);
__________________
No private work or selling mods.
Quote:
Originally Posted by xPaw View Post
I love you exolent!
Exolent[jNr] is offline