RAGE Multiplayer 1.1.0-DP Update

/freeze was obselete and removed
/unfreeze was obselete and removed
/spectate was obselete and removed
This commit is contained in:
Siga
2020-02-24 21:18:54 +01:00
parent 0d5731fb11
commit edf06f4478
85 changed files with 804 additions and 643 deletions

View File

@@ -108,7 +108,7 @@ namespace ReallifeGamemode.Server.Job
JobStart += PilotJob_JobStart;
}
private void PilotJob_JobStart(Client player)
private void PilotJob_JobStart(Player player)
{
List<String> listRouteTexts = new List<string>();
List<String> listRouteTexts2 = new List<string>();
@@ -135,7 +135,7 @@ namespace ReallifeGamemode.Server.Job
}
[RemoteEvent("startPilotRoute")]
public void StartPilotRoute(Client player, string type)
public void StartPilotRoute(Player player, string type)
{
if (type == "Route 1")
{