#Problem how example int
1 messages · Page 1 of 1 (latest)
Value is a string
there word "key and value"
key = TowerCharacter
value = true and false - 0, 1 , 2 , etc
save there account playfab.
Those are simply component names. The value is type string
Ah
maybe string?
hmm
i see.
moment checking
ProtectedString yeah is.
or also String
hmm i see
done and error lol
D:
I said that you have to do some operations to convert from your string to int; no other way around it.
Yeah have tutorial youtube there public ProtectedUInt32 x;
or int
there public int x;
no cant have error
think hmm
Value is a string, isStaff is a string, and x is not a string.
Hmmm
i see think
It's not complicated. You're using a ProtectedString. They are using an int. If you want to use an int, you will need to convert from ProtectedString somehow
Just Google how to convert from string to int or don't use a string in the first place (possibly follow the tutorial more closely if they aren't having the same issue as you)
The important keyword is Parse
Posting random things without the associated errors is meaningless to us
Hmm i see.
int probably has a parse too.. Google
Understand what types you are dealing with and what types the methods you use return
This is if the value on the right-hand-side is really a string you'd simply parse it. Look up the docs for how to do so.
Posting random things without the associated errors is meaningless to us
yeah yeah vertx.
okay done there
i see but maybe no cant protect
no problem have solution idea new.
Be warned that exceptions could happen and will blow things up later; unimaginably (possibly unfixable - not easy to fix).