Raised This Month: $7 Target: $400
 1% 

AMX Exec 2 v0.3


Post New Thread Reply   
 
Thread Tools Display Modes
Plugin Info:     Modification:   Counter-Strike        Category:   Admin Commands        Approver:   SniperBeamer (61)
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 05-08-2005 , 06:56   AMX Exec 2 v0.3
Reply With Quote #1

AMX Exec 2 v0.3 - v3x

I know what you're thinking right now.. "I've seen at least 5 of these plugins on here already". Well, I decided to make my own since I didn't like the rest of them. This one is fully functional and contains lots of team names and such to use.

Description:
Basically whatever a player can put into his console, you can make him do the same. You can use it to make him say something, execute a file, make him play a sound, make him shoot/jump/duck/etc. If you have a Warcraft3 server, you could even use it to bind their keys to shopmenus and such. Hopefully you don't do anything that will cause damage towards the client, as that is not the purpose of this plugin. Hopefully that gave you a good understanding of this plugin and what it does.

Here's examples of every possibility:
Code:
Single player:
amx_exec v3x "say hey"

All players:
amx_exec @A "say hey"
amx_exec @ALL "say hey"
amx_exec * "say hey"

Terrorist team:
amx_exec @T "say hey"
amx_exec @TE "say hey"
amx_exec @TER "say hey"
amx_exec @TERROR "say hey"
amx_exec @TERRORIST "say hey"

Counter-Terrorist team:
amx_exec @C "say hey"
amx_exec @CT "say hey"
amx_exec @COUNTER "say hey"

NEW - Server:
amx_exec @S "exec server.cfg"
amx_exec @SERV "exec server.cfg"
amx_exec @SERVER "exec server.cfg"
Also, I used this idea from OLO's original amx_clexec plugin, IE:
Code:
amx_exec v3x "name \'im so leet\'"
It will replace every \' with a quotation mark (useful).

---
amx_show_activity 0
Code:
// Displays nothing
amx_show_activity 1
Code:
ADMIN: Command line "say hey" has been used on v3x!
amx_show_activity 2
Code:
ADMIN v3x: Command line "say poop" has been used on v3x!
---

It will automatically skip admins with the ADMIN_IMMUNITY flag so that the commands aren't used on them.

Note: You can do this via server console also.

Enjoy!

==========================
Updates:
0.3 - Integrated amx_show_activity cvar into message function
0.2 - Added server commands + server_print() to message
0.1 - Initial release
==========================
Attached Files
File Type: sma Get Plugin or Get Source (amx_exec.sma - 32634 views - 5.1 KB)
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.

Last edited by v3x; 03-06-2008 at 00:08.
v3x is offline
nightscreem
Veteran Member
Join Date: Jul 2004
Location: Belgium
Old 05-08-2005 , 07:02  
Reply With Quote #2

fine a clexec plugin
but sry to ask isn't this the same like the admin clexec
__________________
- Bye bye!
nightscreem is offline
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 05-08-2005 , 07:04  
Reply With Quote #3

Yea, if you noticed:
Quote:
I know what you're thinking right now.. "I've seen at least 5 of these plugins on here already". Well, I decided to make my own since I didn't like the rest of them. This one is fully functional and contains lots of team names and such to use.
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
nightscreem
Veteran Member
Join Date: Jul 2004
Location: Belgium
Old 05-08-2005 , 07:05  
Reply With Quote #4

ok then thank you
i believe you
so i remove the other one and install this one on my server
__________________
- Bye bye!
nightscreem is offline
n0obie4life
Veteran Member
Join Date: Dec 2004
Old 05-08-2005 , 10:07  
Reply With Quote #5

say, i still don't get what this thingy does....!

maybe i'll make a jailmod that does ALMOST the same thing as the original and say i didn't like the old version so i decided to make my own? lol
__________________
Plugins:
none

n0obie4life is offline
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 05-08-2005 , 10:38  
Reply With Quote #6

Basically anything you can type in YOUR console, can be forced through this plugin into the clients console.

Example
Code:
amx_exec v3x "say im a horny toad!"
That would come out as:
v3x: im a horny toad!

What I use this most for is binding people's keys to say "shopmenu,shopmenu2,ultimate", WC3 stuff.

No evil intended.
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
Penguin328
Junior Member
Join Date: May 2004
Old 05-08-2005 , 12:59  
Reply With Quote #7

I personally think this is a pretty nice remake. The names are helpful and it seems to have the most features of all the exec plugins. Great Job v3x!
Penguin328 is offline
v3x
Veteran Member
Join Date: Oct 2004
Location: US
Old 05-08-2005 , 15:08  
Reply With Quote #8

UPDATED - v0.2:
- Added server_print() to current messages
- Added server commands
Code:
amx_exec @S "exec server.cfg"
amx_exec @SERV "exec server.cfg"
amx_exec @SERVER "exec server.cfg"
__________________
What am I doing these days? Well, I run my own Rust server. It's heavily modded. If you'd like to join, the ip is 167.114.101.67:28116

I also created a website called Rust Tools. It will calculate and tell you the raw amounts of resources needed to craft items.
v3x is offline
#eclipse
Junior Member
Join Date: Nov 2004
Old 05-08-2005 , 17:55  
Reply With Quote #9

This replaced my other client exec, thanks man
#eclipse is offline
n0obie4life
Veteran Member
Join Date: Dec 2004
Old 05-09-2005 , 07:11  
Reply With Quote #10

Quote:
Originally Posted by v3x
Basically anything you can type in YOUR console, can be forced through this plugin into the clients console.

Example
Code:
amx_exec v3x "say im a horny toad!"
That would come out as:
v3x: im a horny toad!

What I use this most for is binding people's keys to say "shopmenu,shopmenu2,ultimate", WC3 stuff.

No evil intended.
OOOHHOHOHOHOH, i get it now!!!!!! thanks. so if i have me and my friend on the server and i'm A and his B and if i do this

amx_exec B "say i suck!"

it will show as though B said it?
__________________
Plugins:
none

n0obie4life is offline
Reply


Thread Tools
Display Modes

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 01:18.


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