=|[76AD]|= TatsuSaisei
01-12-2008, 11:14 AM
Well, I have a problem and I need a plug in. Basic function to stop spec hopping.
This is what I am aiming for …..
When they join spec then join team to avoid spawn tiems, I want to make them wait longer then normal. If possible I want them to wait 45 seconds and while they are in the wait process I would like them to receive a motd still message linking to an adjustable web link to pop up on them. I would also like to gag them and prevent chat while waiting..
On/off feature
Weblink feature
45 second wait
Gag the mic
Provent chat messages
Do you think this would be possible to build a source code for me? I really have no experience with amxx codes and need some ones help here. This also should be able to be used with earlier release of amxx.
Rollin~Death
Not dod specific, although all the cvars lead with dod_
INSTRUCTIONS:
* Say Commands:
say /specmode - Command to let others know if plugin is active and how much time to wait
* Cvars:
dod_spec_mode "1" - Enables the plugin (0=off/1=on)
dod_spec_motd "1" - Enables motd display (0=off/1=on)
dod_spec_timer "1" - Enables timer display (0=off/1=on)
dod_spec_motd_url "http://dodplugins.net (http://dodplugins.net/)" - URL for the motd display
dod_spec_motd_title "Anti-Spec Hopping" - motd title (also used in say message output)
dod_spec_free_msg "You are free to choose a team and begin playing again!" - message to display to player once timer runs out
dod_spec_timer_top "SPECTATOR" - word displayed over the remaining time left
dod_spec_timer_bottom "TIMER" - word displayed under the remaining time left
dod_spec_timer_r "255" - amount of RED color used in timer display
dod_spec_timer_g "0" - amount of GREEN color used in timer display
dod_spec_timer_b "0" - amount of BLUE color used in timer display
dod_spec_timer_x" -1.0" - position of timer on X axis (-1.0=centered/0.00-0.99=valid positions)
dod_spec_timer_y "0.60" - position of timer on Y axis (-1.0=centered/0.00-0.99=valid positions)
dod_spec_time "30" - number of seconds before being allowed to rejoin a team
only thing not put in was mic gagging/chat prevention...
This is what I am aiming for …..
When they join spec then join team to avoid spawn tiems, I want to make them wait longer then normal. If possible I want them to wait 45 seconds and while they are in the wait process I would like them to receive a motd still message linking to an adjustable web link to pop up on them. I would also like to gag them and prevent chat while waiting..
On/off feature
Weblink feature
45 second wait
Gag the mic
Provent chat messages
Do you think this would be possible to build a source code for me? I really have no experience with amxx codes and need some ones help here. This also should be able to be used with earlier release of amxx.
Rollin~Death
Not dod specific, although all the cvars lead with dod_
INSTRUCTIONS:
* Say Commands:
say /specmode - Command to let others know if plugin is active and how much time to wait
* Cvars:
dod_spec_mode "1" - Enables the plugin (0=off/1=on)
dod_spec_motd "1" - Enables motd display (0=off/1=on)
dod_spec_timer "1" - Enables timer display (0=off/1=on)
dod_spec_motd_url "http://dodplugins.net (http://dodplugins.net/)" - URL for the motd display
dod_spec_motd_title "Anti-Spec Hopping" - motd title (also used in say message output)
dod_spec_free_msg "You are free to choose a team and begin playing again!" - message to display to player once timer runs out
dod_spec_timer_top "SPECTATOR" - word displayed over the remaining time left
dod_spec_timer_bottom "TIMER" - word displayed under the remaining time left
dod_spec_timer_r "255" - amount of RED color used in timer display
dod_spec_timer_g "0" - amount of GREEN color used in timer display
dod_spec_timer_b "0" - amount of BLUE color used in timer display
dod_spec_timer_x" -1.0" - position of timer on X axis (-1.0=centered/0.00-0.99=valid positions)
dod_spec_timer_y "0.60" - position of timer on Y axis (-1.0=centered/0.00-0.99=valid positions)
dod_spec_time "30" - number of seconds before being allowed to rejoin a team
only thing not put in was mic gagging/chat prevention...