• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] Help with sqlite floats
#5
(2021-04-11, 03:43 PM)DandoRYx Wrote: Now when I looked at it, from string to float you shouldn't be using strval, because that converts to integer. You should use floatstr(string) instead.

But then the variables Player[playerid][Health] etc.. should be float.



How would line like this look??[code]Player[playerid][Health] = floatstr(string);[/code]

I'm new to scripting I've tryied smth like??[code]floatstr(Player[playerid][Health]);[/code]

BTW Health armour and x y z was already float.
  Reply


Messages In This Thread
Help with sqlite floats - by Turk54721 - 2021-04-11, 12:12 PM
RE: Help with sqlite floats - by DandoRYx - 2021-04-11, 01:52 PM
RE: Help with sqlite floats - by Turk54721 - 2021-04-11, 03:12 PM
RE: Help with sqlite floats - by DandoRYx - 2021-04-11, 03:43 PM
RE: Help with sqlite floats - by Turk54721 - 2021-04-11, 04:49 PM
RE: Help with sqlite floats - by DandoRYx - 2021-04-11, 06:08 PM
RE: Help with sqlite floats - by Turk54721 - 2021-04-11, 06:43 PM
RE: Help with sqlite floats - by DandoRYx - 2021-04-11, 06:56 PM
RE: Help with sqlite floats - by Turk54721 - 2021-04-11, 07:46 PM
RE: Help with sqlite floats - by Turk54721 - 2021-04-12, 06:48 AM
RE: Help with sqlite floats - by DandoRYx - 2021-04-12, 01:17 PM
RE: Help with sqlite floats - by Turk54721 - 2021-04-12, 04:41 PM
RE: Help with sqlite floats - by DandoRYx - 2021-04-14, 03:30 PM
RE: Help with sqlite floats - by Turk54721 - 2021-04-16, 07:59 AM

Forum Jump: