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

amx_exec


Post New Thread Reply   
 
Thread Tools Display Modes
JC_Denton
Member
Join Date: Mar 2004
Old 04-17-2004 , 14:34  
Reply With Quote #11

hm...
what is the client command for amx_execteam @terrorists...

for ct it is amx_execteam CT
but for t amx_execteam T doesn't work...
__________________
"Unfortunately, no one can be told what the matrix is.
You have to see it for yourself!"
JC_Denton is offline
JC_Denton
Member
Join Date: Mar 2004
Old 04-17-2004 , 14:49  
Reply With Quote #12

i found it in the logs...
TERRORIST for T
CT for CT
SPECTATOR for spec..
__________________
"Unfortunately, no one can be told what the matrix is.
You have to see it for yourself!"
JC_Denton is offline
SolidusSnake1
New Member
Join Date: Jun 2004
Old 06-19-2004 , 00:43  
Reply With Quote #13

Very Nice Plugin. May a suggest a few things for your next version?

1. Fix amx_execteam t... make it so "t" works.
2. I found this problem with all the amx_exec cmds... Doesn't matter if its client, team, or all... But you can't enter multiple cmds. That didn't really come out explained right, so ill show an example. amx_execclient <name> "bind mouse1 drop" This didn't work on my server, but i may have been doing it wrong. Although, i remember a long time ago, i was using adminmod, and this cmd worked fine...

Those are my 2 suggestions. Other then that... Great Plugin!

What I would like to see:
1. A plugin that has every single admin cmd with regular admin syntax of the cmd. (except instead of admin_<cmd> it should be amx_<cmd>.)(by regular admin syntax, i mean like amx_godmode <name> on) That would be great!

My Goals:
1. Start learning the small language, so i can make plugins. I know HTML, and some javascript, but this is by far, going to be the hardest...
SolidusSnake1 is offline
firewalker877
Junior Member
Join Date: Jun 2004
Location: Memphis, TN
Old 06-19-2004 , 01:43  
Reply With Quote #14

Bind mouse1 drop..... Snake, thats abuse. Please don't do that.
There's an old amx plugin, amx_clexec that you might take a look at if you're havin any trouble. It should be a good guide! I'm pretty sure the team commands worked, but I don't remember for sure! Just a thought!
You can do some funny stuff with this thing, but really guys, don't interfere with gameplay!
firewalker877 is offline
a2vwvr6
Member
Join Date: Jul 2004
Old 08-04-2004 , 00:56  
Reply With Quote #15

Its not called abuse when some moron comes into your server hacks a blazin and starts shooting people thru the walls/doors etc. Personally I gotta give props to the creator of this plugin! I bet it only takes most idiots one time of having to re-bind all thier keys to get the hint!
a2vwvr6 is offline
watercraft
New Member
Join Date: Oct 2004
Old 10-03-2004 , 13:03   lol || rofl || lol
Reply With Quote #16

That is simply a AMX Plugin, which you sent to the compiler!

does that make fun, strange scipts as own to spend?
watercraft is offline
slmclarengt
Veteran Member
Join Date: Jul 2004
Location: The Cookie Jar... or Pul
Old 11-30-2004 , 01:47  
Reply With Quote #17

I found a simple error in the code that doesnt make sense.
Code:
if(!(get_user_flags(id)&ADMIN_LEVEL_A) && id) {
		client_print(id,print_console,"[AMXX] Access Denied")
	 	return PLUGIN_HANDLED
but I didnt want it to deny access while trying to run a command on someone who had access to flag m. I wanted it to stop if the person had immunity so I changed it to
Code:
if(!(get_user_flags(id)&ADMIN_IMMUNITY) && id) {
		client_print(id,print_console,"[AMXX] Access Denied")
	 	return PLUGIN_HANDLED
and btw: it didnt work anyways stopping me from execing a command on someone with ADMIN_LEVEL_A hopefully, now it works.
__________________
But we don’t beat the Reaper by living longer. We beat the Reaper by living well. -Dr. Randy Pausch, R.I.P.

Come play WC3:FT on BnD Clan Server! You know you want to: Connect to WC3:FT BnD - go ahead click me!
slmclarengt is offline
DaNtheMaN
Junior Member
Join Date: Mar 2004
Old 11-30-2004 , 09:54  
Reply With Quote #18

Hmm this plug-in doesn't look to be counter strike specific to me? Looks like it should work with most HL mods, DoD etc.
DaNtheMaN is offline
Chaotic
Junior Member
Join Date: Nov 2004
Old 12-08-2004 , 20:11  
Reply With Quote #19

I know this is and old topic but, is there anyways to make it so when the commands are used, it will write in down in-game and n log files?
Chaotic is offline
f1del1ty.oXi
Veteran Member
Join Date: Nov 2004
Old 12-08-2004 , 21:41  
Reply With Quote #20

If your logging is on for AMXX, it should be logged in amxmodx\logs.
f1del1ty.oXi 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 11:17.


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