aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/mod/scripts/vscripts/mp/_utility_mp.gnut
blob: ea7d9d447afa7c88a59a9eeafd5c2620cf78221c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
global function Utility_MP_Init
global function ClientCommand_OnDevnetBugScreenshot
global function SafeForTitanFall

void function Utility_MP_Init()
{

}

bool function ClientCommand_OnDevnetBugScreenshot( entity player, array<string> args )
{
	return true
}

bool function SafeForTitanFall( vector dropPoint )
{
	return true
}