save locations
This commit is contained in:
@@ -24,7 +24,7 @@ namespace ReallifeGamemode.Server.Events
|
||||
{
|
||||
using (var context = new DatabaseContext())
|
||||
{
|
||||
foreach (Vehicle veh in NAPI.Pools.GetAllVehicles())
|
||||
foreach (GTANetworkAPI.Vehicle veh in NAPI.Pools.GetAllVehicles())
|
||||
{
|
||||
List<string> iName = new List<string>();
|
||||
List<int> iAmount = new List<int>();
|
||||
|
||||
Reference in New Issue
Block a user