03.10.2011, 17:55
Quote:
CallRemoteFunction only returns integers. I've tested this too and struggled with it, until I found a work-around:
|
pawn Code:
foo(Float: fVal); public foo(Float: fVal)
{
return _: fVal;
}
printf("%f", CallRemoteFunction("foo", "f", 12.345678));