HD admin ignore if no rank

Hey I was wondering does anyone know if HD admin and ignore any commands (including things lilke ;info, ;cmds and etc if the player has no rank/admin. Sorry if this has already been asked or if it’s somewhere else I overlooked! Thanks!

1 Like

this is off topic, so maybe do it yourself

Sorry what do you mean? (not trying to be rude)

check the topic, this has nothing to do with scripting

Oh, what topic do you think I should change this to?

Not Fit For any topic, if you want to know, do it yourself

But I see alot of people asking for HD admin support and they don’t say anything about do it yourself (sorry again not being rude :slight_smile: )

Actually this completely does.

1 Like

The topic has probably not been flagged yet

Alright, after doing some digging, I grabbed the main module of HD Admin. You will need to go to the core notices script.
image
Then on line 66, it says

ParserInvalidRank = {
	main.hdAdminCoreName,
	"You do not have permission to use '%s'", -- (commandName)
	};

You should delete this and I believe it will work how you want it to.

1 Like

Alright thank you so much! I already had the main module for some other customising so should be easy! I’ll give it a shot!

Alright it worked all good! Thanks for your time and help!

Also one other question I have since I deleted the “Non Admin” rank when you go onto the about page it says "Your rank is: “” " and I was wondering if I can replace the blank part with something else?

Pretty sure you can just rename all of the “Non Admin” stuff to whatever you want within the settings.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.