AlliedModders

AlliedModders (https://forums.alliedmods.net/index.php)
-   New Plugin Submissions (https://forums.alliedmods.net/forumdisplay.php?f=26)
-   -   Knife It UP v3.0.7 (https://forums.alliedmods.net/showthread.php?t=306542)

instinctpt1 04-04-2018 16:49

Knife It UP v3.0.7
 
KNIFE IT UP - AUTO SYNC


Description :

This is a simple Bonus like plugin which gives Bonus HP, Frags, Speed and Glow to the attacker additionally it plays KNIFE SOUND for all players present on server and shows a Random Colored Hud Message who knife whom ( Just for Fun and to know that someone has knifed a player ) Speed and Glow are for a specific time and can be decided by cvars

What's New :

This Plugin is a Fresh Build with Auto Sync Feature which means with this plugin you now didn't need to specify your mp3 Files in your plugin's Config or its source like previous builds, Just put your Sound files in the knife sounds Folder (Configurable via Cvar) and you are Ready to Rock. Plugin will automatically sync your Sound files from knife sounds folder so you need not to worry about anything with this Fresh Build !

If you Still doesn't Understood what's New in this then in simple words ' You need not to update your config file again and again or source of plugin like the others have made long back ,Whenever you add a new knife sound , This plugin will automatically Update the file present in knife sounds folder ( present in Sound Directory ) in its data

Also there is a option to turn off knife song sounds for guys who dont like to hear mp3 sounds from server. Say command : /sound to switch between on or off

PLUGIN HIGHLIGHTS :
  • Multi Sound
  • Speed + Frags + Glow on Knife
  • Auto Folder Sync
  • Configurable Folder
  • Sound Switch
  • Hud Announce Message
  • No speed Bug
  • Easily Configurable through Cvars

Compatibility :

Amxx 1.8.2, Dev1.8.3+, ReAmx 1.8.3

Required Modules :
FUN
HAMSANDWICH
Installation :

Download Plugin, Install on your Server
And for Songs

BY DEFAULT : Directory ( Folder ) for knife sounds is "sound / knife " which can be changed via cvar :)

You have to add all your songs in your Knife sounds folder ( Configurable )
Ex :
[ Create the knife folder in Sound directory of server ]
Which means your final path for mp3's is : sound/knife/..... . mp3 files

Cvars :
Code:

csi_kkb_prefix "Knife" // Prefix for the Plugin
csi_kkb_dir "sound/knife" // Folder to sync songs from
csi_kkb_type "1" // 1 = Random | 2 = Sequential
csi_kkb_speed 360.0// Bonus Speed for User ( Who Knifed )
csi_kkb_speed_time 8.0 // Time for which speed is given
csi_kkb_hp 15 // Bonus Amount of HP to give to Knifer
csi_kkb_frag 2 // Bonus Frags
csi_kkb_glow 1 // To use Player Glow or not
csi_kkb_hud 1 // To use Hud message Announce

Credits : Flicker for the Idea


I know its a old crap but i posted for all who uses plugins like this and want to have a 100% working source.

Spoiler


DOWNLOAD :
https://camo.githubusercontent.com/5...65656e2e737667

Visinescu 04-04-2018 20:22

Re: Knife It UP with Auto Sync v3.0.4
 
Great idea, I will give it a try.

instinctpt1 04-05-2018 04:32

Re: Knife It UP with Auto Sync v3.0.4
 
Quote:

Originally Posted by Visinescu (Post 2586086)
Great idea, I will give it a try.

Yeah try and Feedback here :)

D3XT3R 04-06-2018 05:44

Re: Knife It UP v3.0.4
 
Good Job :fox:
I'm gona test it ;)

CrAzY MaN 04-11-2018 03:13

Re: Knife It UP v3.0.4
 
Why do u want to remove speed on new round?

instinctpt1 04-11-2018 05:50

Re: Knife It UP v3.0.4
 
Reason is clear : We don't want the player to move in the FREEZE TIME ( To keep server maintained )

Tell me why we should not ? Any solid logic ?

CrAzY MaN 04-11-2018 23:33

Re: Knife It UP v3.0.4
 
Many servers have freezetime 0...why do u think of just some of them who dont have freezetime 0

CrAzY MaN 04-11-2018 23:34

Re: Knife It UP v3.0.4
 
Check
PHP Code:

if (mp_freezetime != 0)
//CODE
else
//CODE 


instinctpt1 04-12-2018 00:15

Re: Knife It UP v3.0.4
 
Quote:

Originally Posted by CrAzY MaN (Post 2587294)
Check
PHP Code:

if (mp_freezetime != 0)
//CODE
else
//CODE 


This doesnt make any sense here
I m resetting his speed to default on commencement of a new Round not on Freezetime
So this check wont be necessary and original code is far good from this check :)

Relaxing 04-12-2018 05:07

Re: Knife It UP v3.0.4
 
Interesting fact: This plugin is the most wanted by Indians. It has been made hundreds of times but now the OP makes it public. Generally noone ever had/wished to have this.


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

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