Raised This Month: $32 Target: $400
 8% 

Client Exec


Post New Thread Reply   
 
Thread Tools Display Modes
worminater
Member
Join Date: Jun 2011
Old 05-31-2012 , 11:37   Re: Client Exec
Reply With Quote #71

Aye, be good if someone could
worminater is offline
Powerlord
AlliedModders Donor
Join Date: Jun 2008
Location: Seduce Me!
Old 05-31-2012 , 13:31   Re: Client Exec
Reply With Quote #72

Quote:
Originally Posted by egor1908 View Post
Is anyone willing to update it?
To put a fine point on it: I'm not aware of any current Source games that allows the server to use the bind command. Valve doesn't let you do it any more.

Any command not marked with FCVAR_SERVER_CAN_EXECUTE the client will just ignore.

SERVER side commands can still be executed on behalf of clients using FakeClientCommand.
__________________
Not currently working on SourceMod plugin development.
Powerlord is offline
worminater
Member
Join Date: Jun 2011
Old 06-04-2012 , 16:57   Re: Client Exec
Reply With Quote #73

I have seen other plugins that strip things from cvars and then re-apply them, or add stuff to commands. For instance, there are plugins that cause some cvars to be silent and not show up in the server chat. Surely it would be possible to then create a plugin that allowed client execing? I assume there is alot more to this :p
worminater is offline
Bacardi
Veteran Member
Join Date: Jan 2010
Location: mom's basement
Old 06-05-2012 , 07:49   Re: Client Exec
Reply With Quote #74

Quote:
Originally Posted by worminater View Post
I have seen other plugins that strip things from cvars and then re-apply them, or add stuff to commands. For instance, there are plugins that cause some cvars to be silent and not show up in the server chat. Surely it would be possible to then create a plugin that allowed client execing? I assume there is alot more to this :p
Can't change player commands flags.
Bacardi is offline
C0nw0nk
Senior Member
Join Date: May 2011
Location: United Kingdom
Old 06-17-2012 , 13:58   Re: Client Exec
Reply With Quote #75

Perhaps i have miss read this but i've got it stuck in my head that this could also hold use to allow client's to use chat triggers to bind keys ?

bind k "say i have the IQ of a coin"
C0nw0nk is offline
Send a message via MSN to C0nw0nk
Remelibo
New Member
Join Date: Mar 2013
Old 03-13-2013 , 08:31   Re: Client Exec
Reply With Quote #76

How i can realize this: some admin commands use automaticly. I need use Flashlight commands
Quote:
sm_lightclient Francis blue
sm_lightclient Zoy red
sm_lightclient Bill green
sm_lightclient Louis purple
and laser sight
Quote:
sm_cexec #all sm_laseron
I need this at start. And if new player connect to the server, how i can automaticly use the necessary command?
Example:
Spoiler

Sorry for my bad english. Thanks.

Last edited by Remelibo; 03-13-2013 at 08:31.
Remelibo is offline
Maximilian_
Veteran Member
Join Date: Oct 2014
Old 07-20-2015 , 07:59   Re: Client Exec
Reply With Quote #77

can you do compatible for TF2?
Maximilian_ is offline
DJPlaya
Senior Member
Join Date: Nov 2014
Location: Germany
Old 11-08-2015 , 12:37   Re: Client Exec
Reply With Quote #78

Quote:
Originally Posted by Maximilian_ View Post
can you do compatible for TF2?
Read the posts before yours -_-
This will never work again as before, but u can still execute some commands, the latest TF2:
Code:
findflags server_can_execute

"cl_soundscape_flush"
 client cheat server_can_execute
 - Flushes the client side soundscapes
"thirdperson"
 client cheat server_can_execute
 - Switch to thirdperson camera.
"firstperson"
 client server_can_execute
 - Switch to firstperson camera.
"playgamesound"
 client server_can_execute clientcmd_can_execute
 - Play a sound from the game sounds txt file
"r_screenoverlay"
 client cheat server_can_execute
 - Draw specified material as an overlay
"slot1"
 client server_can_execute
"slot2"
 client server_can_execute
"slot3"
 client server_can_execute
"slot4"
 client server_can_execute
"slot5"
 client server_can_execute
"slot6"
 client server_can_execute
"slot7"
 client server_can_execute
"slot8"
 client server_can_execute
"slot9"
 client server_can_execute
"slot0"
 client server_can_execute
"slot10"
 client server_can_execute
"cancelselect"
 client server_can_execute
"invnext"
 client server_can_execute
"invprev"
 client server_can_execute
"lastinv"
 client server_can_execute
"cl_spec_mode" = "5" ( def. "1" )
 client archive server_can_execute
 - spectator mode
"+inspect"
 client server_can_execute
"-inspect"
 client server_can_execute
"slot11"
 client server_can_execute
"slot12"
 client server_can_execute
"play"
 server_can_execute
 - Play a sound.
"sndplaydelay"
 server_can_execute
 - Usage:  sndplaydelay delay_in_sec (negative to skip ahead) soundname
"dsp_player" = "0"
 server_can_execute
"name" = "Playa" ( def. "unnamed" )
 archive server_can_execute
 - Current user name
"retry"
 server_can_execute clientcmd_can_execute
 - Retry connection to last server.
"redirect"
 server_can_execute
 - Redirect client to specified server.
"r_cleardecals"
 server_can_execute clientcmd_can_execute
 - Usage r_cleardecals <permanent>.
"echo"
 server_can_execute
 - Echo text to console.
"soundfade"
 server_can_execute
 - Fade client volume.
__________________
My biggest Projects: Kigen AC Redux, Forlix Floodcheck Redux
DJPlaya is offline
Send a message via Skype™ to DJPlaya
KALASH NICOLE
Member
Join Date: Feb 2016
Old 07-08-2017 , 05:41   Re: Client Exec
Reply With Quote #79

can't execute the snd_restart command anyway.

"FCVAR_SERVER_CAN_EXECUTE prevented server running command: snd_restart"

Last edited by KALASH NICOLE; 07-08-2017 at 05:42.
KALASH NICOLE is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 20:45.


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