[CS:GO] Murder

Post Reply
User avatar
Andreeas
Hero Member
Hero Member
Posts: 601
Joined: Wed Jan 22, 2020 8:17 pm
Jucator SA:MP ?: Nu
Nick:: Andreeas
Jucator CS ?: Nu

[CS:GO] Murder

Post by Andreeas »

Description

A gamemode of deception and murder, based off of Murder in the Dark.
One person is a murderer with a knife, who is trying to secretly kill off the other players.
The other players must use their wits to find out who it is and kill them first.
Unfortunately they only have the one gun between them.Instructions

After adding all the files in the correct places, you need to add a MySQL database to make the plugin work. Go to configs/databases.cfg and add "Murder" with your own database information.

Example:

Code: Select all

"Murder"
{
	"driver"		        "default"
	"host"				"YourHost"
	"database"			"YourDatabase"
	"user"				"YourUser"
	"pass"				"YourPassword"
	//"timeout"			"0"
	"port"				"3306"
}
To add or modify the prop models or voice commands; go to configs/Murder/Props.cfg or Radio.cfg and follow the format.

Example:

Code: Select all

"Props"
{
	"Model name"
	{
		"model"		"model's path"
	}
}

Code: Select all

"Radio"
{
	"Sound name"
	{
		"sound"		"sound's path"
	}
}
ConVars
murder_players_needed - Amount of players needed to start a murder game.
murder_radio_delay - Amount of time to delay between the uses of the voice commands.
murder_smoke_time - Amount of time to trigger the smoke effect on the murderer.
murder_smoke_addition - Amount of time added to each kill the murderer receives to delay the smoke effect.
murder_models_enabled - Enable Model switching during disguise?
murder_prop_disguise_amount - Amount of clues needed to be able disguise as dead players.
murder_prop_gun_amount - Amount of props collected to receive a gun.
murder_prop_respawn_time - Amount of time till a random set of props spawn.
murder_knife_duration - The time that gives the murderer his knife back after throwing.
murder_footsteps_life - Life time of the footsteps displayed on the ground.
murder_doublejump_enabled - Enable Multi or double Jumping?
murder_doublejump_max - Max amount of jumps allowed in the air?
murder_doublejump_height - Height of each jump?


Download
Post Reply

Return to “Gameplay”