Potato_Tomato420 Posted August 3, 2019 Share Posted August 3, 2019 Where can I find the script/resource that creates the "login: You successfully logged in" when logged in? Link to comment
HassoN Posted August 3, 2019 Share Posted August 3, 2019 I believe it is from MTA itself, correct me if I am wrong. Link to comment
Potato_Tomato420 Posted August 3, 2019 Author Share Posted August 3, 2019 So I can't remove it? Link to comment
fairyoggy Posted August 3, 2019 Share Posted August 3, 2019 32 minutes ago, Potato_Tomato420 said: So I can't remove it? function onChatMessage(text) if(string.sub(text,1,6) == "login:" or string.sub(text,1,7) == "logout:") then cancelEvent() end end addEventHandler("onClientChatMessage",root,onChatMessage) 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