AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   Unapproved/Old Plugins (https://forums.alliedmods.net/forumdisplay.php?f=27)
-   -   WarmUP Mod (https://forums.alliedmods.net/showthread.php?t=126764)

#8 SickneSS 05-13-2010 09:58

WarmUP Mod
 
2 Attachment(s)
[IMG]http://img684.**************/img684/1558/sinttulo1tm.png[/IMG]
Encuentra este post en Espaņol


Description


This plugin its for warmup mode most dynamic.
Contains :
- Respawn.
- Spawn Protection(based on Glow+Godmode)
- Unlimited Money.
- Entity Remover.
And more things to play a good warmup mode.

Command

say /respawn
- Enable/Disable the respawn of the user if the cvar "wupm_respawn" is in 1.
Cvars

wupm_enable (Default : 1)
- 1 : Enable the plugin.
- 0 : Disable the plugin.
wupm_prefix (Default : [WUP])
- Defines the prefix of chats starts.
wupm_respawn (Default : 1)
- 1 : Enable the respawn.
- 0 : Disable the respawn.
wupm_respawn_delay (Default : 3)
- Defines the delay to respawn.
Min : 0.1.
wupm_spawnprotection (Default : 1)
- 1 : Enable the spawn protection.
- 0 : Disable the spawn protection.
wupm_spawnprotection_time (Default : 3)
- Defines the duration of the spawn protection.
wupm_removenent (Default : 1)
- 1 : Remove the weapons box.
- 0 : Leave the weapons box.
Note : Defuser kit is supported.
wupm_unlimitedmoney (Default : 1)
- 1 : Enable the unlimited money.
- 0 : Disable the unlimited money.
wupm_moneymode (Default : 1)
- 0 : Depends of the cvar "mp_startmoney".
- 1 : Allways 16.000.
- 2 : Depends of the cvar "wupm_money".
wupm_money (Default : 16000)
- Defines the count of money if "wupm_moneymode" is in 2.
wupm_money_flash (Default : 0)
- 1 : Show The flash of the money.
- 0 : Hide The flash of the money.
wupm_removec4 (Default : 1)
- 1 : Remove the c4.
- 0 : Leave the c4.
Note : You must make a restartround when you change the value.
wupm_blockattack (Default : 0)
- 1 : Remove the attack when a player have spawn protection.
- 0 : Leave the attack when a player have spawn protection.
Includes
PHP Code:

#include <amxmodx>
#include <cstrike>
#include <fun>
#include <engine>
#include <fakemeta>
#include <hamsandwich> 

Multilingual

English [en] By #8 SickneSS
Spanish [es] By #8 SickneSS
Bulgarian [bg] By papyrus_kn
Notes

Servers Running This Plugin.
This plugin is free distribuition,provided you keep the source and author.
Thanks so much to Imperio-LNJ,Next-Version and 1337-Games Game Servers.
Sorry for my english,I'm from Argentina.

papyrus_kn 05-13-2010 10:05

Re: WarmUP Mod
 
Code:

[bg]
WUP_SPEC = !yTazi komanda e izklyuchena za nablyudatelite.
WUP_RENABLE = !yPrerajdaneto beshe vklyucheno.
WUP_RDISABLE = !yPrerajdaneto beshe izklyucheno.
WUP_TODISABLE = !yZa da si izklyuchite prerajdaneto, napishete !t/respawn!y.
WUP_TOENABLE = !yZa da si vklyuchite prerajdaneto, napishete !t/respawn!y.
WUP_RSECOND = Shte se prerodite sled %d sekunda
WUP_RSECONDS = Shte se prerodite sled %d sekundi
WUP_WELLCOME = !yDobre doshli. Tozi server izpolzva !t%s v%s !yot !t%s!y.


#8 SickneSS 05-13-2010 10:08

Re: WarmUP Mod
 
Thanks.I will update the ML File each one weeks.

lucas_7_94 05-13-2010 10:34

Re: WarmUP Mod
 
Good, but
PHP Code:

if(cs_get_user_team(id) == CS_TEAM_T)  
{
       
set_user_rendering(id,kRenderFxGlowShell,255,0,0,kRenderNormal,20)              
}
            
if(
cs_get_user_team(id) == CS_TEAM_CT
{
       
set_user_rendering(id,kRenderFxGlowShell,0,0,255,kRenderNormal,20)


Like switch( );

#8 SickneSS 05-13-2010 10:41

Re: WarmUP Mod
 
Done

ServO 05-13-2010 11:12

Re: WarmUP Mod
 
Nice plugin. Gj

fezh 05-13-2010 13:57

Re: WarmUP Mod
 
Quote:

- Enable/Disable the respawn of the user if the cvar "wupm_respawn" are in 1.
"are" -> "is"

By the way, in the color chat stock you have:
Code:

    replace_all(msg, 190, "!g", "^4")
    replace_all(msg, 190, "!y", "^1")
    replace_all(msg, 190, "!t", "^3")
    replace_all(msg, 190, "!t2", "^0")

Which is pointless. Use ^4, ^1 and ^3 instead.

#8 SickneSS 05-13-2010 18:59

Re: WarmUP Mod
 
I find it easier to use with those commands

xD_1991 05-14-2010 04:12

Re: WarmUP Mod
 
Turkish

Code:

[tr]
WUP_SPEC = !yBu komut seyirciler icin devre disi birakildi.
WUP_RENABLE = !yYeniden baslama etkinlestirildi.
WUP_RDISABLE = !yYeniden basmala devre disi birakildi.
WUP_TODISABLE = !yYeniden baslamayi kapatmak icin, !t/respawn!y yazin.
WUP_TOENABLE = !yYeniden baslamayi etkinlestirmek icin, !t/respawn!y yazin.
WUP_RSECOND = %d saniye icinde oyuna doneceksin
WUP_RSECONDS = %d saniye icinde oyuna doneceksin
WUP_WELLCOME = !yHosgeldiniz. Bu sunucuda !t%s v%s!y kullanilmaktadir !t%s!y tarafindan.


f0xZ 05-14-2010 09:30

Re: WarmUP Mod
 
Add cfg file for cvars =)


All times are GMT -4. The time now is 23:43.

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