aboutsummaryrefslogtreecommitdiff
path: root/Northstar.CustomServers/scripts/vscripts/gamemodes/_gamemode_cp.nut
blob: 2fa7e4ebe8a45da7986aee41717735a0fef9e0b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
global function GamemodeCP_Init
global function RateSpawnpoints_CP

void function GamemodeCP_Init()
{

}

void function RateSpawnpoints_CP(int _0, array<entity> _1, int _2, entity _3)
{

}