AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   New Plugin Submissions (https://forums.alliedmods.net/forumdisplay.php?f=26)
-   -   NightDM by Hartmann (https://forums.alliedmods.net/showthread.php?t=265763)

Hartmann 07-04-2015 15:10

NightDM by Hartmann
 
3 Attachment(s)
NightDM
by Hartmann


Description:
Plugin puts in the time that you want dm mode.
When the plugin is active is he doing next(when it comes your time, without changing the map):
- Remove object on map,
- Block round end,
- More spawn points,
- Menu with weapon:
+ New Weapons
+ Last Weapons
+ 2 + Dont ask again
- Remove buy zone,
- Remove money(hud),
- Remove(hud) and block timer,
- Spawn protection,
- HP for kill, hs, screen fade and give armor and granades on spawn,
- Remove weapon on ground,
- Every full BPAmmo,
- ...
When the finish time for dm everything back to normal, without changing the map.
Cvars:
Auto-write cfg with all cvars in amxmodx/configs/NightDM.cfg
Only this change, if you writing nodes to another CFG will have no effect.
+ dx_start 23 // Hour at which the DM start, example 2 = 2 am and 14 = 2 pm.
+ dx_end 9 // Hour at which the DM end, example 2 = 2 am and 14 = 2 pm.
- TIME: 1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18, 19,20,21,22,23,00
+ dx_sptime 5 // The Player get godmode for X seconds and cant get damage.
+ dx_time 5 // Time for removing weapon on the ground.
+ dx_hp 15// HP for kill.
+ dx_hp_hs 40// HP for kill HS.
+ dx_max_hp 100// Maximum player's HP.
+ dx_armor 100 // Amout of armor to be given.
+ dx_prefix CSDM // Prefix
+ dx_msg_color "0 130 0" // Message color
+ dx_msg_xypos "0.02 0.2" // Message X Y
+ dx_msg 1 // Message. 1- On 0-off
+ dx_grenades "abc" // a - he grenade, b - smoke grenade, c - flashbang
+ dx_change "ab" // a - change sky on space, b - change lights on d

Credits:
Exolent[jNr], Arkshine, BAILOPAN, Shalfee & ConnorMcLeod.

http://i.imgur.com/qPtQBPg.png Sourcecode is available on GitHub.

v1.0 79 views - 22.7 KB

Hartmann 07-04-2015 15:11

Re: NightDM by Hartmann
 
Server using a plugin:
http://i.imgur.com/PuKW5oL.png
Changelog:
Code:

v1.0 [4.jul.2015]
              - First release.
v1.1 [17.aug.2015]
              - Customizable Weapons list for Primary and Secondary weapons (ini file).
              - Added Multilingual support.
              - Added cvar for granades.
              - Added cvar for change space and lights.
              - Added cvar for message enable/disable, color and xy position.
              - Added print in color.

Languages:
https://www.enjoydude.com/images/flags-mini/es.png [es] - Rivotril
https://www.enjoydude.com/images/flags-mini/br.pnghttps://www.enjoydude.com/images/flags-mini/pt.png [bp] - addons_zz
https://www.enjoydude.com/images/flags-mini/hu.png [hu] - mforce
https://www.enjoydude.com/images/flags-mini/bg.png [bg] - DeathOrAlive
https://www.enjoydude.com/images/flags-mini/de.png [de] - Laurenz1337
https://www.enjoydude.com/images/flags-mini/ro.png [ro] - GeoV
Update language on Github- https://github.com/Hartmannq/NightDM...ng/nightdm.txt.

Freezo Begin 07-04-2015 16:31

Re: NightDM by Hartmann
 
Your forget to check if the mod is OFF in CmdGunsEnable( id ). U should add a message that the mod is OFF.

Hartmann 07-05-2015 07:24

Re: NightDM by Hartmann
 
Quote:

Originally Posted by Freezo Begin (Post 2315621)
Your forget to check if the mod is OFF in CmdGunsEnable( id ). U should add a message that the mod is OFF.

It won't be a problem it's just a message, I'll throw in.

Hartmann 07-24-2015 12:23

Re: NightDM by Hartmann
 
UPDATE Post #2 with Server using a plugin.

Linkin Hisoka 07-24-2015 19:40

Re: NightDM by Hartmann
 
Good :)

Hartmann 07-25-2015 09:03

Re: NightDM by Hartmann
 
Thanks Linkin Hisoka.

Hartmann 08-17-2015 13:01

Re: NightDM by Hartmann
 
Update v1.1
Now it is easier to manage and easier to determine the plugin weapons
https://github.com/Hartmannq/NightDM...tDM_Weapon.ini
Changelog:

Code:

v1.1 [17.aug.2015]
              - Customizable Weapons list for Primary and Secondary weapons (ini file).
              - Added Multilingual support.
              - Added cvar for granades.
              - Added cvar for change space and lights.
              - Added cvar for message enable/disable, color and xy position.
              - Added print in color.


addons_zz 08-17-2015 14:47

Re: NightDM by Hartmann
 
I re-installed the game. @Hartmann, sorry for bothering unnecessarily.

Hartmann 08-17-2015 15:32

Re: NightDM by Hartmann
 
@addons_zz I do not have that error, I wonder why it appeared at you.


All times are GMT -4. The time now is 21:38.

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