08.04.2018, 15:26
Hi guys
I don't understand what i'm doing wrong,i'm spent one hour on this simple thing..
For example
And i'm getting error
I'm try with this too
number2 = 5/0.038;
But still i'm getting error again,i don't understand
I don't understand what i'm doing wrong,i'm spent one hour on this simple thing..
For example
Код:
public Example(Float:number) { new number2; number2 = number / 0.038; return 1; }
Quote:
warning 213: tag mismatch ( number2 = number / 0.038; ) |
number2 = 5/0.038;
But still i'm getting error again,i don't understand