PDA

View Full Version : Is this possible


Cereal.Killer
07-13-2004, 20:46
I run a war3 server and I was wondering - I have amx_execclient plugin - if it is possible to have a .cfg file in the server somewhere.. and do something like amx_execclient <playername> YadaYada.cfg and have it exec the cfg on them - (In the cfg I intend to have things like - Bind p shopmenu, bind l shopmenu2, bind f ultimate, etc... does such a thing work? if so - how do I go about making this? where does the CFG go in the server files?

Thanks for your help in advance.

kingpin
07-13-2004, 20:49
exec client exec's things on a client but the cfg has to be on their computer not on server.

Ingram
07-13-2004, 20:50
might not be a good idea to bind things on ppl, one of those things that might make them not come back

Cereal.Killer
07-14-2004, 01:58
The intention was to ask them first - I was just on a server where people .. I gues syou could say they were abusing it - something like slowhack.cfg executed on player.. made them turn in circles, etc..

I know theres a way to exec server Cfg's on people - there are servers where you can type /bindme .. I think its a superhero mod.. not sure..

hmmm - any other ideas?

|2ob
07-14-2004, 02:09
you could put the .cfg file in all the .res files so the clients have it, and if they give you permission, you exec it for them.

QwertyAccess
07-14-2004, 02:10
its too abusable thats why i dont release my evil plugins because they are barely "Legal"

BigBaller
07-14-2004, 03:03
its too abusable thats why i dont release my evil plugins because they are barely "Legal"

and that is why I dont support them publicly ;)

Cereal.Killer
07-14-2004, 03:16
Hmm - I guess I'll just have to type it all out.. exec each bind seperatly.. :(

QwertyAccess
07-14-2004, 06:56
mine rebinds 106 keys on the keyboard, and does other stuff...

Ingram
07-14-2004, 09:19
well u could just read in from a .cfg and exec what u read in