//
// Created:     06.11.06
// Aurthor:    Iain Gilbert
//


There are currently no ingame commands to create a deathmatch. 
However it is easy to just copy>past and existing deathmatch (scriptfiles\GTO\Deathmatches\) and modify it to what you want.

You must reload server to update database changes changes.

Also you must add the dm name to db file 'samp\scriptfiles\GTO\Deathmatch\GTO.Deathmatches.txt'


example and description:

------------------------------------------------------------------------------------------

			// unique name of dm, make sure the filename has the same name in it
Name=Minigun Madness
			// frequency that dm runs (1=often,10=seldom)
Frequency=1
			// how long we wait for people before starting dm, in seconds
Lineup_Delay=80
			// minimum number of dmrs required to start this dm
Min_Players=2
			// minimum player level required to join this dm
Min_Level=0
			// cash earned for 1st position
Cash_Prize=2000
			// Cash required to enter (pool of cash to enter is earned by winner)
Cash_Entry=100
			// xp earned for 1st position
XP_Prize=1000
			// xp earned per player in dm (everyone in dm gets this, just for participating)
XP_Bonus=200
			// time dm runs for (seconds)
Max_Time=300
			// xp gained when killing someone in dm
XP_Kill=300
			// xp lost on death in dm
XP_Death=0
			// can players join this dm while it is in progress (1=yes,0=no)
Join_Active=1
			// max distance player can wander from dm before being out of bounds
Max_Distance=100
			// weapons (weaponids) players are given in this dm, seperated by '/'
Weapons=38/
			// XYZ of startpoint
Start_CP=2197.767089,-1643.993530,14.829099,
			// XYZ of the center of the deathmatch arena (boundaries are worked from this)
Centre_CP=-2069.035888,228.754806,39.051799,
			// XYZ coords that players can spawn at in this dm
SP0=-2072.988037,306.571105,41.992198,
SP1=-2052.108154,304.155212,41.992198,
SP2=-2060.411376,253.166107,37.582698,
SP3=-2131.706054,174.947906,42.250000,
SP4=-2120.097656,225.419097,35.120601,
SP5=-2028.890747,156.144897,28.835899,

-----------------------------------------------------------------------------------------

