AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Approved Plugins (https://forums.alliedmods.net/forumdisplay.php?f=8)
-   -   surf_ski_2: Rules Watcher v1.1 (https://forums.alliedmods.net/showthread.php?t=102699)

xPaw 09-05-2009 08:39

surf_ski_2: Rules Watcher v1.1
 
2 Attachment(s)
surf_ski_2
Rules Watcher

By xPaw

.: Description :.
For start i want to say what there is same plugin in here, but.. after playing with it, i noticed what it detects origins totally wrong, also uses more cpu, because of set_task with 0.1 delay, this plugin creates triggers and hooks touch of it...

So basicly this plugin can:
  • Throw player out of mario room / gun room / jail after defined time. (by cvar)
  • It can stop killing players in mario room / gun room / jail. (by cvar)
  • Prints helpful messages to players.
.: Cvars :.
Replace XXX by jail, gunroom or marioroom. for example rw_ss2_marioroom_nokill

rw_ss2_XXX_nokill 0/1 - is player immortal in XXX room?

Defaults:
  • Jail - 0
  • Gun room - 1
  • Mario room - 1

rw_ss2_XXX_time secs - amout of time that player can be in XXX room. Put 0 to disable this feature.

Defaults:
  • Jail - 1 (if you have "no jail" plugin, put 0 for safety)
  • Gun room - 15
  • Mario room - 30
.: Changelog :.
  • Version 1.1
    • Fixed able to kill in mario room

.: Credits :.
  • Nikarus - Original plugin.
See servers running this plugin

tuty 09-05-2009 08:42

Re: surf_ski_2: Rules Watcher by xPaw
 
Quote:

Originally Posted by gman
nicely done mr freeman, i will see you up ahead


master4life 09-05-2009 08:42

Re: surf_ski_2: Rules Watcher by xPaw
 
Yeah Cool Plugin

Good Job xPaw

PS: dont hate me :)

crazyeffect 09-05-2009 09:29

Re: surf_ski_2: Rules Watcher by xPaw
 
Cool, but

Multilangual

And isn't is 'You stood' instead of 'You stayed'

Kryzu 09-05-2009 09:36

Re: surf_ski_2: Rules Watcher by xPaw
 
Tested, works great. No bugs like in other rules watcher. Maybe the TIME warning message isnt the best(HUD, no updating), but it's v1.0, what to want:)

KadiR 09-05-2009 11:20

Re: surf_ski_2: Rules Watcher by xPaw
 
ML men strikes again :)

zacky 09-05-2009 11:42

Re: surf_ski_2: Rules Watcher by xPaw
 
xPaw Strikes in again with a new plugin!

Anyways, good job.

orange 09-05-2009 20:39

Re: surf_ski_2: Rules Watcher by xPaw
 
nice idea makes me wanna make a surf ski2 server havent had one in a while good stuff

DruGzOG 09-05-2009 20:46

Re: surf_ski_2: Rules Watcher by xPaw
 
wasn't this made :O

fezh 09-05-2009 21:19

Re: surf_ski_2: Rules Watcher by xPaw
 
Hey, nice plugin. On a rapid view into the code, I'd say that I'd use

Code:
if( containi( szMap, "surf_ski_2" ) != -1 )
Instead of
Code:
if( equali( szMap, "surf_ski_2" ) )
With this you are checking the name of the map without checking if it contains uppercases. You can forget this of course, but I think it's annoying for those admins who change the map like:
amx_map SurF_SkI_2


All times are GMT -4. The time now is 16:58.

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