ich habe die patente 1 2 3 und die 6
This commit is contained in:
@@ -226,6 +226,10 @@ export default function factionInteraction(globalData: IGlobalData) {
|
||||
|
||||
|
||||
mp.events.add("showMedicTasks", (type, taskList) => {
|
||||
|
||||
mp.gui.chat.push("zeuch kam an");
|
||||
mp.gui.chat.push("type = " + type.toString());
|
||||
|
||||
tasks = JSON.parse(taskList);
|
||||
if (sorting === 0) {
|
||||
initTasks = tasks;
|
||||
|
||||
@@ -64,6 +64,7 @@ namespace ReallifeGamemode.Server.Factions.Medic
|
||||
[RemoteEvent("loadMedicTasks")]
|
||||
public void LoadMedicTasks(Player player, int type)
|
||||
{
|
||||
ChatService.Broadcast("sende das zeuch jetzt rüber amk");
|
||||
switch (type)
|
||||
{
|
||||
case 0:
|
||||
|
||||
Reference in New Issue
Block a user