PaiN^ Posted April 9, 2013 Share Posted April 9, 2013 If you want to remove it, I'm afraid i can't, Because i don't know what is the resource to disable that thing, But if you wanted to replace it, You'll find so many options in the Community Link to comment
Stylez Posted April 9, 2013 Author Share Posted April 9, 2013 Lol but i removed all resources freom Resource folder, there is no posible resource which is running. Link to comment
فاّرس Posted April 9, 2013 Share Posted April 9, 2013 add this in acl : "command.me" access="false"> Link to comment
Stylez Posted April 9, 2013 Author Share Posted April 9, 2013 Ah, I See that will use this simple function and the command will not work any more : addEventHandler("onPlayerCommand",root, function ( CMD ) if ( CMD == "me" ) then cancelEvent(); outputConsole("* This Command Are Not Allowed!"); end; end ); Thankyou, it is just what i needed Hmm, and what about playernicknames ant their HP bars? How to disable them? Link to comment
فاّرس Posted April 9, 2013 Share Posted April 9, 2013 Ah, I See that will use this simple function and the command will not work any more : addEventHandler("onPlayerCommand",root, function ( CMD ) if ( CMD == "me" ) then cancelEvent(); outputConsole("* This Command Are Not Allowed!"); end; end ); Thankyou, it is just what i needed Hmm, and what about playernicknames ant their HP bars? How to disable them? playernicknames = ?? HP = ?? Link to comment
iPrestege Posted April 9, 2013 Share Posted April 9, 2013 Ah, I See that will use this simple function and the command will not work any more : addEventHandler("onPlayerCommand",root, function ( CMD ) if ( CMD == "me" ) then cancelEvent(); outputConsole("* This Command Are Not Allowed!"); end; end ); Thankyou, it is just what i needed Hmm, and what about playernicknames ant their HP bars? How to disable them? You're Welcome . Link to comment
Stylez Posted April 9, 2013 Author Share Posted April 9, 2013 As i said. I removed absolutely all resources from "resource" folder just left my own made spawn script so i can spawn when i join.. So Without any scripts i can see other players their nicknames and green HP bars. How to disable/remove it? Link to comment
50p Posted April 9, 2013 Share Posted April 9, 2013 https://wiki.multitheftauto.com/wiki/Se ... tagShowing 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