Jump to content

String table outputChatBox


kevenvz

Recommended Posts

Hello, I got a problem I am working on a Language chat. Everything works but I want that you are limited to a few available languages. This all works but I want that if you do /lang you see the available languages now I got a problem. If you look at my code you would know what the problem is:

  
local languages = {"English","Dutch","Test"} 
for _,l in ipairs(languages) do 
langs = langs + ", " + l 
end 
outputChatBox("Avaible languages: "..langs,player,255,0,0,true) 

Thank you!

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...