P1 (Player 1): X,Y,Z
P2 (Player 2): X,Y,Z
If you wish for a player to receive a vehicle upon warping, add "vehicle = id" in the table.
pvpList = {
["Last Man Standing"] = {
interior = 10,
["P1"] = {x=-974.24554,y=1061.08655,z=1345.67542},
["P2"] = {x=-1132.07324,y=1057.67249,z=1346.41235},
},
["Hydra Dogfight"] = {
interior = 0,
vehicle = 520,
["P1"] = {x=-974.24554,y=1061.08655,z=1345.67542},
["P2"] = {x=-1132.07324,y=1057.67249,z=1346.41235},
}
}
This is the table for the game modes. If you'd like to add your own game mode, interior, and warping coordinates. So far it only supports 'vehicle' (if you are working on a vehicle game-mode) it would soon have race option for racing game modes.