01.02.2019, 09:51
Quote:
Does nobody know what these float numbers mean ? how do i use this thing ? I want to get that map file in normal San Andreas coordinates, is it possible ?
PS: I suppose the "Float:" is just annotation that specifies that its a float number (duh) but the numbers themselves are not SA coordinates, so again i am asking, how do we use this thing? |
Float is a term is used in various programming languages to define a variable with a fractional value. Numbers created using a float variable declaration will have digits on both sides of a decimal point. This is in contrast to the integer data type, which houses an integer or whole number.