2019-04-28, 05:32 PM
(This post was last modified: 2019-04-28, 05:34 PM by mr_sacrimoni.)
(2019-04-27, 12:53 PM)iSpark Wrote: Shouldn't it be strfloat?
This is a guess that I'm making because I have no idea what you're trying to accomplish based on the snippet that you've provided. But judging by the fact that you used strval in the previous lines. Are you sure you wanted to use floatstr which changes a float to a string rather than strfloat?
https://wiki.sa-mp.com/wiki/Floatstr
(2019-04-25, 09:26 PM)hual Wrote: Maybe because = isn't a valid operator for Float therefore it gets called for _?
Warning is on the line using '=' operator, not the = one.