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:
@@ -97,7 +97,7 @@ namespace ReallifeGamemode.Server.Job
|
||||
JobStart += BusDriverJob_JobStart;
|
||||
}
|
||||
|
||||
private void BusDriverJob_JobStart(Client player)
|
||||
private void BusDriverJob_JobStart(Player player)
|
||||
{
|
||||
List<String> listRouteTexts = new List<string>();
|
||||
List<String> listRouteTexts2 = new List<string>();
|
||||
@@ -127,7 +127,7 @@ namespace ReallifeGamemode.Server.Job
|
||||
}
|
||||
|
||||
[RemoteEvent("startBusRoute")]
|
||||
public void StartBusRoute(Client player, string type)
|
||||
public void StartBusRoute(Player player, string type)
|
||||
{
|
||||
if (type == "Kurz 1")
|
||||
{
|
||||
@@ -152,7 +152,7 @@ namespace ReallifeGamemode.Server.Job
|
||||
|
||||
}
|
||||
|
||||
public static void payWage(Client jobber, int wage)
|
||||
public static void payWage(Player jobber, int wage)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user