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

Vix (Command Delayer) v1.0.1


Post New Thread Reply   
 
Thread Tools Display Modes
bmann_420
AMX_Super Pooper
Join Date: Jan 2005
Location: [SuperCentral.co]
Old 08-18-2010 , 20:23   Re: Vix (Command Delayer) v1.0.1
Reply With Quote #11

Very Nice Job Darkgod Very clean also.
__________________
bmann_420 is offline
Nibs
Member
Join Date: Apr 2009
Old 08-30-2010 , 02:12   Re: Vix (Command Delayer) v1.0.1
Reply With Quote #12

New Idea -

maybe adding Days and times of day... for example

"monday" "21.30" "add command here"

so this will make a certain command happen on Monday at 9.30PM

or you could add using Dates as well....

this way if people have certain servers with more then one mod on it they can have it Auto change mods on certain days etc....

just a thought...

Peace. Nibbles.
NibsFastDL.com
__________________
Menu System (v1.5) [||||||||||] 100% (Private)​
Basic Admin Menu (v1.0) [||||||||||] 100%

Last edited by Nibs; 08-30-2010 at 02:21.
Nibs is offline
platzpatrone
Veteran Member
Join Date: Apr 2007
Location: Germany
Old 08-30-2010 , 02:28   Re: Vix (Command Delayer) v1.0.1
Reply With Quote #13

Quote:
Originally Posted by DarkGod View Post
One of the greatest unique features about this is also that it works for clients, and not only admins, as it uses client_cmd().
so if there are 32 players on the server and all 32 players doing this:

5 of them doing this: amx_delay 5 "say_team let us going to B!"
5 of them doing this: amx_delay 5 "say_team let us going to A!"
10 of them doing this: amx_delay 5 "say visit blabla.com for blabla"
12 of them doing this: amx_delay 5 "say join XXX.XXX.XXX.XXX:XXXXX to play a better game"

and doing this too:


5 of them doing this: amx_delay 6 "say_team let us going to B!"
5 of them doing this: amx_delay 6 "say_team let us going to A!"
10 of them doing this: amx_delay 6 "say visit blabla.com for blabla"
12 of them doing this: amx_delay 6 "say join XXX.XXX.XXX.XXX:XXXXX to play a better game"

and up to like: 5,6,7,8,9........20.....and more

wouldnt this be flooding ?

for admins this would be a good thing but if all players have this rights
i dunno what happens then, or are u adding a cooldown time ?
platzpatrone is offline
DarkGod
SourceMod DarkCrab
Join Date: Jul 2007
Location: Sweden
Old 08-30-2010 , 02:30   Re: Vix (Command Delayer) v1.0.1
Reply With Quote #14

It's not the intention of this plugin.
There are other plugins which do that for you. This plugin is intended to have the commands executed before the map ends. It doesn't support anything beyond that and there are no plans of it doing so.

Quote:
Originally Posted by platzpatrone View Post
so if there are 32 players on the server and all 32 players doing this:

5 of them doing this: amx_delay 5 "say_team let us going to B!"
5 of them doing this: amx_delay 5 "say_team let us going to A!"
10 of them doing this: amx_delay 5 "say visit blabla.com for blabla"
12 of them doing this: amx_delay 5 "say join XXX.XXX.XXX.XXX:XXXXX to play a better game"

and doing this too:


5 of them doing this: amx_delay 6 "say_team let us going to B!"
5 of them doing this: amx_delay 6 "say_team let us going to A!"
10 of them doing this: amx_delay 6 "say visit blabla.com for blabla"
12 of them doing this: amx_delay 6 "say join XXX.XXX.XXX.XXX:XXXXX to play a better game"

and up to like: 5,6,7,8,9........20.....and more

wouldnt this be flooding ?

for admins this would be a good thing but if all players have this rights
i dunno what happens then, or are u adding a cooldown time ?
You still can't say several things at once like that, only one would show. It's just like trying to spam say commands.
If you're running anti-flood they'd probably get that up, as well.
__________________

Last edited by DarkGod; 08-30-2010 at 02:34.
DarkGod is offline
Send a message via AIM to DarkGod Send a message via MSN to DarkGod
Arkshine
AMX Mod X Plugin Approver
Join Date: Oct 2005
Old 11-01-2010 , 10:20   Re: Vix (Command Delayer) v1.0.1
Reply With Quote #15

The plugin is well done.

If you would like any information regarding possible adjustments you could make or things you could do to make this better, please feel free to post here or PM me.

Approved.
__________________
Arkshine is offline
DarkGod
SourceMod DarkCrab
Join Date: Jul 2007
Location: Sweden
Old 11-01-2010 , 12:01   Re: Vix (Command Delayer) v1.0.1
Reply With Quote #16

Quote:
Originally Posted by Arkshine View Post
The plugin is well done.

If you would like any information regarding possible adjustments you could make or things you could do to make this better, please feel free to post here or PM me.

Approved.
Thank you.

I'd very much like to know what I can improve.
__________________
DarkGod is offline
Send a message via AIM to DarkGod Send a message via MSN to DarkGod
The Art of War
Veteran Member
Join Date: Dec 2009
Location: Sweden Rock Festival
Old 11-01-2010 , 12:46   Re: Vix (Command Delayer) v1.0.1
Reply With Quote #17

Very nice, me like
__________________
The Art of War is offline
alencore
Senior Member
Join Date: Oct 2011
Old 12-01-2015 , 01:02   Re: Vix (Command Delayer) v1.0.1
Reply With Quote #18

Nice...almost like GameCron for sourcemod. Tnx still works perfect.

I set mine in some sort of loop and all commands I want on and off and changes are now auto executed
tnx to your very useful tool...here's my set-up on one of my over elaborated configs for my "pew-pew bot map server" hehe...
//vix.amxx
amx_delay 50 "pb weaponmode 7"
amx_delay 100 "pb_jasonmode 1"
amx_delay 150 "amx_trace_laser_color 128000000"
amx_delay 200 "amx_trace_laser_color 2550002555"
amx_delay 200 "pb weaponmode 7"
amx_delay 205 "pb removebots"

amx_delay 210 "exec robot_skins3.cfg"
amx_delay 244 "pb removebots"

amx_delay 245 "exec robot_skins1.cfg"
amx_delay 300 "amx_tracers 0"
amx_delay 400 "amx_tracers 1"
amx_delay 400 "pb_jasonmode 1"
amx_delay 403 "pb removebots"

amx_delay 405 "exec robot_skins3.cfg"
amx_delay 449 "pb removebots"

amx_delay 450 "pb weaponmode 7"
amx_delay 450 "amx_trace_laser_color 128000128"
amx_delay 500 "amx_trace_laser_color 255255255"
amx_delay 501 "exec robot_skins2.cfg"
amx_delay 502 "amx_tracers 0"
amx_delay 550 "pb weaponmode 7"
amx_delay 600 "restart"

...it's a nice 10 mins loop until CS crashes.

Last edited by alencore; 12-01-2015 at 21:34.
alencore 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 09:04.


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