fix wt entlade checkpoint & add waypoints for base

This commit is contained in:
michael.reiswich
2021-01-20 00:55:13 +01:00
parent eb801fce1a
commit e0d229e7d2
4 changed files with 70 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using GTANetworkAPI;
@@ -232,6 +232,8 @@ namespace ReallifeGamemode.Server.WeaponDeal
ChatService.BroadcastFaction("~y~[WAFFENDEAL] ~w~Der Transporter wurde erfolgreich beladen.", new List<int>() { client.GetUser().Faction.Id });
client.SendChatMessage("~y~[WAFFENDEAL] ~w~Fahre nun zu deiner Base zurück.");
BasePoints basePoints = new BasePoints();
basePoints.getbase(user.FactionId, client);
}
}
}