AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Plugins (https://forums.alliedmods.net/forumdisplay.php?f=108)
-   -   Enforce Team Play (https://forums.alliedmods.net/showthread.php?t=60457)

dalto 09-03-2007 23:55

Enforce Team Play
 
1 Attachment(s)
Enforce Team Play

Current Version: 0.8

Description:
Enforces team play by punishing players who do not stick together.
The idea behind this plugin is to force players to stick together no matter what, if you stray from your team mates for too long, your health will begin to deplete, the health can not go below 1 HP, and the health can not be regenerated, so stick together.

CVARS:
  • sm_enforce_team_play_enable
    • Enables/Disables ETP
  • sm_enforce_team_play_radius
    • The radius to check for a player being away from team mates
  • sm_enforce_team_play_poll_count
    • the amount of times a players position is polled
  • sm_enforce_team_play_polls_needed
    • The number of times he is found outside of the radius to be punished
  • sm_enforce_team_play_poll_time
    • The polling interval
  • sm_enforce_team_play_punish_interval
    • The frequency of the punishment
  • sm_enforce_team_play_damage_amount
    • The amount of damage to do

Planned Features:
  • Add more flexible punishment options
  • Add rewards for sticking together
  • Broaden definition of team play, advice needed
Credits:
The idea and design of this plugin came from FlyingMongoose.

Changelog:


0.8: Initial Release

FlyingMongoose 09-03-2007 23:58

Re: Enforce Team Play
 
You should ad healing so long as you're within the radius of a team mate. (x per second) but don't go over the max hp, in fact you may want to store HP value on player_hurt and only heal to the health from after player_hurt.

add a cvar to allow for a slay if the player's health could end up below or equal to 0!

FlyingMongoose 09-05-2007 13:50

Re: Enforce Team Play
 
A bit more description to the plugin would help (the description is a bit vague).

FlyingMongoose 10-03-2007 18:42

Re: Enforce Team Play
 
There I updated the description and first post a bit for you but only cuz I want to see this thing succeed (eventually)

darkghost9999 06-30-2008 20:07

Re: Enforce Team Play
 
It's still pretty vague. What does the poll count/time/need do?

Also: Does anyone know how to edit this plugin so that you can "set" your own values? The plugin seems to continuously set to whatever the default is. I can't turn it off, because the default is 1 and I can't change any of the value without it going back to default.


All times are GMT -4. The time now is 10:47.

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