Start finance system

This commit is contained in:
Lukas Moungos
2019-07-06 15:51:36 +02:00
parent 3e14b49ede
commit f794f94c1b
8 changed files with 1456 additions and 6 deletions

View File

@@ -28,5 +28,12 @@ namespace ReallifeGamemode.Server.Commands
}
ChatService.SendMessage(player, "~m~" + ((VehicleHash)pVeh.Model) + " | Farbe 1: " + pVeh.PrimaryColor + " | Farbe 2: " + pVeh.SecondaryColor + " | ID: " + pVeh.Handle.Value);
}
[Command("paycheck", "~m~Benutzung: ~s~/paycheck")]
public void CmdUserPaycheck(Client client)
{
ChatService.SendMessage(client, "~g~[PAYCHECK] -------------------------------------------------------");
}
}
}