You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On System.Single when you add a "." on it, it ignores the dot. Its only working adding a comma "," .. So if the value is 0.25 and i try to change it to something else using a dot, the value will become 25, not 0.25. For it becomes a 0.25 we have to change to 0,25, so the program will convert to 0.25, its very weird and many times we break values without realizing. When i'm saying we i'm refering to me and my friends, kTeo, Scoovy, Glitch, etc.. everyone is using the tool making great mods with it. I'm looking foward to new updates, thank youuu alot!
The text was updated successfully, but these errors were encountered:
On System.Single when you add a "." on it, it ignores the dot. Its only working adding a comma "," .. So if the value is 0.25 and i try to change it to something else using a dot, the value will become 25, not 0.25. For it becomes a 0.25 we have to change to 0,25, so the program will convert to 0.25, its very weird and many times we break values without realizing. When i'm saying we i'm refering to me and my friends, kTeo, Scoovy, Glitch, etc.. everyone is using the tool making great mods with it. I'm looking foward to new updates, thank youuu alot!
The text was updated successfully, but these errors were encountered: