25.07.2011, 21:02
I just stumbled upon the fact that you can assign a value to a float, but you get a warning when you do the opposite, so did the sa-mp team forget to add this operator in includes :
Which handles it as it should and repairs the warning.
pawn Код:
stock operator=(Float:oper1)
return floatround(oper1);