Deranged Posted October 1, 2011 Share Posted October 1, 2011 Hey Guys, I want to disable the msg function. How can I make this? If you want to explain me it over Skype, here´s my Skype name: andyrosandy Link to comment
TAPL Posted October 1, 2011 Share Posted October 1, 2011 put this in acl, i didn't test that but should work "command.msg" access="false"> Link to comment
Daniel123 Posted October 1, 2011 Share Posted October 1, 2011 It just make it so it just that the Msg has bean disabled i'm trying to make a /msg but its got that msg thing on it is there any other way? Link to comment
TAPL Posted October 1, 2011 Share Posted October 1, 2011 did anyone understand what daniel962 want? Link to comment
qaisjp Posted October 1, 2011 Share Posted October 1, 2011 |Yeah. ## function blockPM(msg,r) cancelEvent() -- Then cancel it outputChatBox("Use /pm.",source,255,0,0) -- And output it was cancelled. end addEventHandler("onPlayerPrivateMessage",getRootElement(),blockPM) add the pm-system res by nextreme 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