Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A way to add Values? #49

Open
divide29 opened this issue Dec 17, 2021 · 0 comments
Open

A way to add Values? #49

divide29 opened this issue Dec 17, 2021 · 0 comments

Comments

@divide29
Copy link

Hi,
do you know how to add new Values while in a string?

I have:
for i, v in ipairs(Config.Fonts) do fontslider:AddValue(Config.Fonts[i].value, Config.Fonts[i].label) end

I have no errors, but the values don't added.

The Config:

`Config = {}

Config.Fonts = {
[1] = {value = {graffiti1}, label = 'Next Custom'},
[2] = {value = {graffiti2}, label = 'Dripping Marker'},
[3] = {value = {graffiti3}, label = 'Docallisme'},
[4] = {value = {graffiti4}, label = 'Fat Wandals'},
[5] = {value = {graffiti5}, label = 'Sister Spray'},
[6] = {value = {graffiti6}, label = 'Pricedown'},
[7] = {value = {graffiti7}, label = 'Chalet'}
}`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant