AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   General (https://forums.alliedmods.net/forumdisplay.php?f=58)
-   -   Can a admin only command be executed using FakeClientCommandEx on clients? (https://forums.alliedmods.net/showthread.php?t=327487)

Alex101192 09-21-2020 19:41

Can a admin only command be executed using FakeClientCommandEx on clients?
 
So I have a command that I keep admin only due to issues it can cause. However I also have this one to execute automatically on clients after a certain time. Both things are vital.

So let's say that this command is admin only and we make not admins clients execute it using FakeClientCommandEx.

Will the command pass because it was a server executing it on a client and not an actual client executing ?

PC Gamer 09-23-2020 00:08

Re: Can a admin only command be executed using FakeClientCommandEx on clients?
 
No. If player X does not have access to the command it will not work with a fakeclientcommandex.

If you want the command to apply to all then change your script or use a ServerCommand.


All times are GMT -4. The time now is 11:10.

Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.