14.06.2011, 10:19
You can do floats with amx_ftoc
Код:
float some_float; some_float = ...; ... amx_Push(amx, amx_ftoc(some_float)); amx_Exec(...);