undefined Posted June 5, 2014 Share Posted June 5, 2014 Hi Guys. Im use the luac.multitheftauto.com for compile lua. But when im clicked the "Encrypt (only from 1.3.4)", it's disrupt the "Ç-ç-İ-ı-Ğ-ğ-Ü-ü-Ş-ş-Ö-ö". Do you have a compiler that does not disrupt these letters? Thanks. Link to comment
RenanPG Posted June 5, 2014 Share Posted June 5, 2014 What code do you use? ANSI or UTF Link to comment
tosfera Posted June 5, 2014 Share Posted June 5, 2014 I'm not sure, but maybe you can use the char function ( string library ) to replace a ASCII char to an actual character. Try replacing them in your code. Example; outputDebugString ( "H".. string.char ( 130 ) .."llo!" ); ASCII table can be found here; http://www.asciitable.com/ Link to comment
undefined Posted June 6, 2014 Author Share Posted June 6, 2014 I will try it. I'm not sure, but maybe you can use the char function ( string library ) to replace a ASCII char to an actual character. Try replacing them in your code. Example; outputDebugString ( "H".. string.char ( 130 ) .."llo!" ); ASCII table can be found here; http://www.asciitable.com/ There is only "Encrypt (only from 1.3.4)". I use the MTA:SA 1.3.5. How to change to only from 1.3.5 on luac.multitheftauto.com? Link to comment
xXMADEXx Posted June 6, 2014 Share Posted June 6, 2014 I will try it.I'm not sure, but maybe you can use the char function ( string library ) to replace a ASCII char to an actual character. Try replacing them in your code. Example; outputDebugString ( "H".. string.char ( 130 ) .."llo!" ); ASCII table can be found here; http://www.asciitable.com/ There is only "Encrypt (only from 1.3.4)". I use the MTA:SA 1.3.5. How to change to only from 1.3.5 on luac.multitheftauto.com? only from means that your mta server and client version have to be at least 1.3.4 Link to comment
undefined Posted June 6, 2014 Author Share Posted June 6, 2014 I will try it.I'm not sure, but maybe you can use the char function ( string library ) to replace a ASCII char to an actual character. Try replacing them in your code. Example; outputDebugString ( "H".. string.char ( 130 ) .."llo!" ); ASCII table can be found here; http://www.asciitable.com/ There is only "Encrypt (only from 1.3.4)". I use the MTA:SA 1.3.5. How to change to only from 1.3.5 on luac.multitheftauto.com? only from means that your mta server and client version have to be at least 1.3.4 Yeah, i know. But it's give warning; And im added this on the meta.xml; client="1.3.4-0.00000"> How to fix the this warning? Link to comment
xXMADEXx Posted June 6, 2014 Share Posted June 6, 2014 Use the upgrade command. If it still is giving you an error, try updating your server version. https://nightly.multitheftauto.com/ Link to comment
undefined Posted June 7, 2014 Author Share Posted June 7, 2014 I'm not sure, but maybe you can use the char function ( string library ) to replace a ASCII char to an actual character. Try replacing them in your code. Example; outputDebugString ( "H".. string.char ( 130 ) .."llo!" ); ASCII table can be found here; http://www.asciitable.com/ It's solved. Thank you "tosfera" Link to comment
undefined Posted June 7, 2014 Author Share Posted June 7, 2014 Use the upgrade command. If it still is giving you an error, try updating your server version. https://nightly.multitheftauto.com/ It's solved. Thank you "xXMADEXx" Link to comment
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