G-Stefan Posted July 7, 2016 Posted July 7, 2016 Hi i have two questions 1.How can i transform this string:(colorcode)G-(colorcode)Stefan in this string : G-Stefan Ex:#001122G-#aaaaffStefan transform to G-Stefan 2.How can i transform a string in a table of characters Ex:String "Hello" transform in characters={"H" "e" "l" "l" "o"} Multi Theft Auto : Racers Land 10%
Captain Cody Posted July 7, 2016 Posted July 7, 2016 https://wiki.multitheftauto.com/wiki/String.split
DNL291 Posted July 7, 2016 Posted July 7, 2016 For the 1st question: text = #001122G-#aaaaffStefan text:gsub("#%x%x%x%x%x%x","") -- > G-Stefan Please do not PM me with scripting related question nor support, use the forums instead.
G-Stefan Posted July 7, 2016 Author Posted July 7, 2016 For the 1st question: text = #001122G-#aaaaffStefan text:gsub("#%x%x%x%x%x%x","") -- > G-Stefan what means #%x%x%x%x%x%x ? Anyway thanks Multi Theft Auto : Racers Land 10%
Walid Posted July 7, 2016 Posted July 7, 2016 use my useful function removeHex Do not yield your back to your enemy, might feel something strange in your ass. Two things are infinite the universe and human stupidity and i'm not sure about the universe. UF: IsTextInGridList | GetGridListRowIndexFromText | Table.removeValue | removeHex | dxDrawTriangle Skype: SaSuki102 | About Me | Youtube channel | Lua Tips & Tricks | Lua Strings | Lua Tables | Lua Operators
G-Stefan Posted July 7, 2016 Author Posted July 7, 2016 https://wiki.multitheftauto.com/wiki/String.split Thanks so mutch Multi Theft Auto : Racers Land 10%
G-Stefan Posted July 7, 2016 Author Posted July 7, 2016 use my useful function removeHex Ieah is useful,thx so mutch Multi Theft Auto : Racers Land 10%
Walid Posted July 7, 2016 Posted July 7, 2016 Ieah is useful,thx so mutch np Do not yield your back to your enemy, might feel something strange in your ass. Two things are infinite the universe and human stupidity and i'm not sure about the universe. UF: IsTextInGridList | GetGridListRowIndexFromText | Table.removeValue | removeHex | dxDrawTriangle Skype: SaSuki102 | About Me | Youtube channel | Lua Tips & Tricks | Lua Strings | Lua Tables | Lua Operators
DNL291 Posted July 7, 2016 Posted July 7, 2016 what means #%x%x%x%x%x%x ?Anyway thanks Hexadecimal codes. You're welcome. Please do not PM me with scripting related question nor support, use the forums instead.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now