entity that changes a console command

entity that changes a console command

Re: entity that changes a console command Posted by Frissi on Tue Sep 26th 2006 at 2:55pm
Frissi
116 posts
Posted 2006-09-26 2:55pm
Frissi
member
116 posts 52 snarkmarks Registered: Sep 8th 2003 Occupation: Student Location: Iceland
Is it possible to control a server console through an entity in a map like sv_friction or anything else?
http:www.frissi.com
Re: entity that changes a console command Posted by poisonic on Tue Sep 26th 2006 at 3:26pm
poisonic
78 posts
Posted 2006-09-26 3:26pm
poisonic
member
78 posts 18 snarkmarks Registered: Jun 8th 2005
Yup its possible :wink:
By example giving monsters health true a etinity
or starting commands like mp_flashlight etc......

the etinity's are called: point_clientcommand&point_servercommand you trigger them by a Logic_Auto

i hope i gave you enough information now :smile:

i can make an example map if you like :wink:

the cheat commands dont work with:point_clientcommand&point_servercommand;)
Re: entity that changes a console command Posted by Frissi on Thu Sep 28th 2006 at 2:36pm
Frissi
116 posts
Posted 2006-09-28 2:36pm
Frissi
member
116 posts 52 snarkmarks Registered: Sep 8th 2003 Occupation: Student Location: Iceland
This meens i should be able to ban all them default weapons like
physguns by using the entity to send a command to the server to ban the
weapon ! ???
Re: entity that changes a console command Posted by poisonic on Thu Sep 28th 2006 at 3:55pm
poisonic
78 posts
Posted 2006-09-28 3:55pm
poisonic
member
78 posts 18 snarkmarks Registered: Jun 8th 2005
you can give console commands trough this entity
i use it in my map to reload the map if it isnt started in teamplay modus
or to give healt to an antlion in a map so i think what you want is possible you should try :razz:
maybe player equip can do the job
:wink:
Re: entity that changes a console command Posted by Stadric on Fri Sep 29th 2006 at 1:21am
Stadric
848 posts
Posted 2006-09-29 1:21am
Stadric
member
848 posts 585 snarkmarks Registered: Jun 3rd 2005 Occupation: Slacker Location: Here
If there's a console command for it, you can do it with a point_servercommand.
Also change the texture of the dock. Docks are rarely tile. -Facepunch
As I Lay Dying
Re: entity that changes a console command Posted by Frissi on Mon Oct 2nd 2006 at 10:39pm
Frissi
116 posts
Posted 2006-10-02 10:39pm
Frissi
member
116 posts 52 snarkmarks Registered: Sep 8th 2003 Occupation: Student Location: Iceland
U guys know what the console cmd is to ban weapons?
Re: entity that changes a console command Posted by Drshark on Tue Oct 3rd 2006 at 6:25pm
Drshark
42 posts
Posted 2006-10-03 6:25pm
Drshark
member
42 posts 24 snarkmarks Registered: Jan 22nd 2005
I don't believe there is one, but you could always use a game_weapon_manager and trigger it at the appropiate time