Jump to content

[REL]KillCam GTA Online


off

Recommended Posts

You should release it as 1 resource, with all languages built in. Just make a table with the languages.

local lang =  
{ 
"en" = "WASTED", 
"fr" = "SE FODEU" 
} 

This way you can support a ton of languages with 1 resource. Then they can just edit a setting.

<settings> 
<language>en</language> 
</settings> 

Link to comment
You should release it as 1 resource, with all languages built in. Just make a table with the languages.

local lang =  
{ 
"en" = "WASTED", 
"fr" = "SE FODEU" 
} 

This way you can support a ton of languages with 1 resource. Then they can just edit a setting.

<settings> 
<language>en</language> 
</settings> 

Interesting, I'll do it, but not today.

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...