Code:
public Float:dividef(Float:fOne, Float:fAnother)
{
new Float:var = fOne / fAnother
return var
}
if it doesnt work
Code:
public Float:dividef(Float:fOne, Float:fAnother)
{
new Float:var = floatdiv(fOne, fAnother)
return var
}
__________________
All you need to change the world is one good lie and a river of blood