3NAD Posted June 4, 2017 Share Posted June 4, 2017 Hello, Do you have any idea, why this account can't be registered on the server ? addAccount ( "Ramio", "a112233" ) Quote Command executed! Result: false -- getAccount ( "Ramio" ) Quote Command executed! Result: false -- I checked mta-wiki for addAccount, about the limitation and case-sensitive. And everything is fine ! Link to comment
pa3ck Posted June 4, 2017 Share Posted June 4, 2017 Can you change the password for that account and try to log in, did you try to remove the account and create it again? Link to comment
3NAD Posted June 4, 2017 Author Share Posted June 4, 2017 2 hours ago, pa3ck said: Can you change the password for that account and try to log in, did you try to remove the account and create it again? The account isn't exist ! Link to comment
Tails Posted June 4, 2017 Share Posted June 4, 2017 Did you give your script acl rights? 1 Link to comment
^iiEcoo'x_) Posted June 4, 2017 Share Posted June 4, 2017 welcome , I have also had this error with me, and it must be a mistake of the game, You can use this method: addCommandHandler ( 'test' , function ( aPlr_ , _ , aAccount_ ) if ( tostring ( aAccount_ ) == getAccounts ( ) ) then outputChatBox ( ' yes ' , aPlr_ ) else outputChatBox ( ' no ' , aPlr_ ) end end ) Link to comment
3NAD Posted June 11, 2017 Author Share Posted June 11, 2017 On 6/4/2017 at 16:30, Tails said: Did you give your script acl rights? Sure man. On 6/4/2017 at 22:19, #_iMr.[E]coo said: welcome , I have also had this error with me, and it must be a mistake of the game, You can use this method: addCommandHandler ( 'test' , function ( aPlr_ , _ , aAccount_ ) if ( tostring ( aAccount_ ) == getAccounts ( ) ) then outputChatBox ( ' yes ' , aPlr_ ) else outputChatBox ( ' no ' , aPlr_ ) end end ) Come on, how can you match (STRING) with (TABLE) ?? Link to comment
!#NssoR_) Posted June 11, 2017 Share Posted June 11, 2017 I have tried it and everything is perfect with me ! maybe from your server ! Link to comment
^iiEcoo'x_) Posted June 12, 2017 Share Posted June 12, 2017 I did not know this, thank you for the information Link to comment
3NAD Posted June 14, 2017 Author Share Posted June 14, 2017 On 6/11/2017 at 21:31, !#NssoR_) said: I have tried it and everything is perfect with me ! maybe from your server ! Strange, however thanks. Link to comment
pa3ck Posted June 14, 2017 Share Posted June 14, 2017 Are you able to add an account with different name? Link to comment
3NAD Posted June 18, 2017 Author Share Posted June 18, 2017 On 6/14/2017 at 18:14, pa3ck said: Are you able to add an account with different name? Yes. 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