View Single Post
Author Message
Sentron
Junior Member
Join Date: Nov 2011
Location: New York
Old 02-11-2015 , 12:12   Specific Map Deathmatch
Reply With Quote #1

Hello, I'm trying to modify the deathmatch plugin to make it map specific, and I need some help.

Any suggestions?

PHP Code:
/**
 *dm_basis_toggle.sp
 *This file is part of CS:S DM, Copyright (C) 2005-2007 AlliedModders LLC
 *Original Code by David "BAILOPAN" Anderson, http://www.bailopan.net/cssdm/
 *Modded version by Ben "Sentron" E. http://sentron.com/
 *Version 1.0.1
 */

#include <sourcemod>
#include <sdktools>

/*Plugin CVARS*/
/*INVALID_HANDLE is just a place holder until values are finished and tested*/

new Handlesm_enable_deathmatch INVALID_HANDLE
new Handlesm_respawn_cmmand INVALID_HANDLE
new Handlesm_forcemap INVALID_HANDLE
new Handlesm_reffilamm INVALID_HANDLE
new Handlemp_timelimit INVALID_HANDLE
new Handleg_ChangeMapTimer INVALID_HANDLE


public Plugin:Author Information
{
name "Deathmatch Toggle",
author "Sentron/Altoration",
description "Easily Switch on and off Deathmatch on any map"
url"http://sentron.com/"
}

public 
OnPluginStart() 
__________________

Last edited by Sentron; 02-12-2015 at 06:41.
Sentron is offline
Send a message via Skype™ to Sentron