Thread: [CS:GO] Murder
View Single Post
Author Message
LenHard
Senior Member
Join Date: Jan 2016
Old 05-13-2018 , 02:15   [CS:GO] Murder
Reply With Quote #1

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. (Source)


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:
"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:
"Props"
{
	"Model name"
	{
		"model"		"model's path"
	}
}
Code:
"Radio"
{
	"Sound name"
	{
		"sound"		"sound's path"
	}
}
All the models you could use are here. Some of them don't work.

ConVars
Spoiler


Natives
Spoiler


Credits

Bara - Grabber Mod
paegus - Double Jump
I forgot who else.. If I used your code, let me know, so I could credit you.
Attached Files
File Type: zip Murder.zip (296.3 KB, 441 views)
__________________
LenHard is offline