Forum

> > CS2D > Scripts > disablecommand lua script need
Forums overviewCS2D overview Scripts overviewLog in to reply

English disablecommand lua script need

2 replies
To the start Previous 1 Next To the start

old disablecommand lua script need

blood2d
User Off Offline

Quote
I need a command to disable a command to a specific person
example
I use a lua admin @ changeColor and other commands
and for example a person uses a long restart and I want to disable this command in my lua administrator specifies the person

use a ToTable to specify an id
they would use text [2] to specify

the command would look like

@disablecommand [id] [command]

@disablecommand ["..player(text [2]," USGN ").."] [command]

@disablecommand 1 @restart

@disablecommand [id = player(text[2],"usgn") or other] [command = @restart)

SORRY FOR MY BAD ENGLISH

old Re: disablecommand lua script need

SilentDash
User Off Offline

Quote
Ehm if I understand all...

then...

Don't give them the rights if they don't allow to use them?

Sry that was i understand is that you want a Script which disable the right from someone
To the start Previous 1 Next To the start
Log in to reply Scripts overviewCS2D overviewForums overview