08.07.2012, 20:11
Quote:
I use "f" to the function be similar to the original one (f of formatted), i was used to use Ex (but it is more like Extended(params)).
I return fractional data as an integer because i couldn't return it as float, is there a way to do this? edit: i couldn't return it as float without getting a warning 213: tag mismatch. and Thank you. |
pawn Код:
stock Float: ReturnFloat()
{
return 1.0;
}