VehicleDeath2
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using GTANetworkAPI;
|
||||
@@ -295,6 +295,7 @@ namespace ReallifeGamemode.Server.Job
|
||||
[ServerEvent(Event.VehicleDeath)]
|
||||
private void MuellmannOnVehicle(Vehicle veh)
|
||||
{
|
||||
NAPI.Util.ConsoleOutput("VehicleDeath2: Debug 1");
|
||||
if (veh.Model != (uint)Types.VehicleModel.Trash && veh.Model != (uint)Types.VehicleModel.Trash2) return;
|
||||
foreach (var data in muellmanData)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user