❔ ✅ gettext amount always Underlined as red and not working in the code

gettext amount are always Underlined as red and not working in my ui Codecode
23 Replies
mtreit
mtreit2y ago
You seem to have a lot of syntax errors in that code. Have you done a basic C# tutorial? You probably should. $helloworld is a good place to start.
New account KeefVFX#3214
no for now i am copying a video for now on how to do this but would love to learn
New account KeefVFX#3214
can u see the diffrence that i need to change/fix?
New account KeefVFX#3214
mines is the first 1
mtreit
mtreit2y ago
Look closely
New account KeefVFX#3214
as u can see i have copied everything and he has 0 errors and i have 9 errors i have
mtreit
mtreit2y ago
Start with this:
mtreit
mtreit2y ago
Is that what yours has?
mtreit
mtreit2y ago
😐
New account KeefVFX#3214
what... im feel stupid rn?
mtreit
mtreit2y ago
Aaron
Aaron2y ago
you have a period instead of a space
mtreit
mtreit2y ago
New account KeefVFX#3214
what about it s.dmbhfwhsuigdfg omg thanks im stupid but the pther ones are still underlined in red and the code still doesnt work :(
mtreit
mtreit2y ago
Look closely at your code and read the error message
Aaron
Aaron2y ago
they're banned mtreit selling cheats in their about me :p
mtreit
mtreit2y ago
sigh
Accord
Accord2y ago
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
Unresolved NuGet Dependency ReferencesI have XUnit added as a dependency to my test project via NuGet. Despite this, my test project code ❔ UNITY Code only fully executes after running it another timeWhen running GenerateCities() it only does DestroyCities() and CreateCountryColors() before stopping✅ Recieve less than transmitting in network streamHello there, I'm trying to implement a FTP server and I got troubles with the network stream Whenevedouble.Parse(3.5).ToString() returns 35I got confused troubleshooting since web results didnt help, so i asked chatgpt and his code snippet❔ How could I make my console app not close when it's double clicked in explorer?my console app is directed towards beginners (supposed to work alongside an existing app, which is a❔ Authorization handling in asp.net coreHey, in asp.net core you can use Authorization Handlers and Type Filters to authorize a request. Th❔ Is there an equivalent feature to TypeScript's Indexed Access Types?e.g. ```ts type Example<T> = { items: T[] } type StringItems = Example<string>["items"] // stringA series of errors (Install failed & Minimal hosting scenario!) while scaffolding for a ASP.NET CoreI followed this instruction to execute the ```API Controller with views, using Entity Framework``` h❔ InputDevices.GetDevicesWithCharacteristics doesnt exist??ive never gotten this error before, i dont know if i just havent imported something that i need to? ✅ How To Run CMD C WPFHow can I run a CMD command in the event handler of a button in C# WPF?