AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   Force Round End (https://forums.alliedmods.net/showthread.php?t=56941)

Alka 06-24-2007 16:40

Force Round End
 
1 Attachment(s)
Force Round End v1.2

Authors:Alka
Version:1.2
  • Description
-Have you ever want that maps without objectives to end when the round timer is 0? Well this plugin is for you.

Plugin:
*Using slay to end round.
*Is not influece the score.(I mean is not adding deaths/ -frags when die from slay).
*Have a "check map" system.If map have objectives the plugin is paused.
*Show a hud message when 10 seconds remains from round to warning players.
*When new round begin players will recive their weapons.
*A little and useful tool.

(Note:This plugin catch the first round too!)
  • Cvars
amx_fre (Default:1) - Enable/Disable plugin
amx_fre_adv (Default:1) - Show adv message to warn round end
amx_fre_rw (Default:1) - Players recive their weapons(before die) back
  • Changelog
1.0 - First release.(+regalis)
1.1
-Completely rewrited.
-Fixed bug.
1.2
-When new round begin players will recive their weapons.
-Added cvar's
  • Credits
Sylwester
GHW_Chronic

sytremelaker 06-24-2007 17:43

Re: Force Round End
 
Finally, someone released something that forces round end.

Good Job, +karma

GHW_Chronic 06-24-2007 19:34

Re: Force Round End
 
On a somewhat off-topic: I think it's hilarious how a lot of people use the words containi and equali in plugin posts.

Lee 06-24-2007 22:35

Re: Force Round End
 
Code:
for (new a = 0; a < sizeof ents_list; a++) {     if (engfunc(EngFunc_FindEntityByString, -1, "classname", ents_list[a]))     {         pause("a")     } }
The boolean variable is completely unnecessary. It's also redundant to initialize boolean variables to false in Pawn as they're always 'zeroed', but I suspect you knew that.

Alka 06-25-2007 04:26

Re: Force Round End
 
@Chronic - I think you'r right...Changed
@Lee - You'r right; dunno what i thought then! *Updated*

Thanks.

@regalis - Hihi :P...

kobri 06-25-2007 07:29

Re: Force Round End
 
Just what I needed for my tour maps server, BIG THANKS!

Mr.Bot 06-25-2007 08:03

Re: Force Round End
 
verygood pluggin

regalis 06-25-2007 09:39

Re: Force Round End
 
Nice Plugin Description!
Looks professional :wink:

Good work mate!

greetz regalis

PS: Thank you all for the positive feedback

BeasT 06-27-2007 12:11

Re: Force Round End
 
I need this so much!!! Thank you!!

BeasT 06-27-2007 13:11

Re: Force Round End
 
Hmm. does not work for me. It shows: 10 seconds left till round restart, but when the time runs out, the round timer counts the time all over again. No slaying. Can it be because of faketeambot plugin? But it does not slay anyone.


All times are GMT -4. The time now is 08:36.

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