24.06.2010, 20:21
Hello, I've seen this code
where u turn an integer to a float, how to do the opposite?
Код:
new Float:FloatValue new Value = 52; FloatValue = float(Value);