karimsqualli96 Posted August 28, 2014 Posted August 28, 2014 hi, i want to delete the message that its automaticly send by the account system
Wei Posted August 28, 2014 Posted August 28, 2014 use cancelEvent() -- With event "onClientChatMessage"
karimsqualli96 Posted August 28, 2014 Author Posted August 28, 2014 use cancelEvent() -- With event "onClientChatMessage" thanks but a found a better solution : local acc = getAccount(getPlayerName(client), password) if( acc ) then logIn(client, acc, password))
Wei Posted August 28, 2014 Posted August 28, 2014 I think the admin panel outputs this message. This messages are embedded into mta. No problem...
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