[+] Weapon-Deal System
This commit is contained in:
@@ -40,7 +40,7 @@ namespace ReallifeGamemode.Server.Events
|
||||
}
|
||||
}
|
||||
|
||||
public List<VehicleInventory> getVehItem(Vehicle veh)
|
||||
public List<VehicleInventory> getVehItem(GTANetworkAPI.Vehicle veh)
|
||||
{
|
||||
List<string> iName = new List<string>();
|
||||
List<int> iAmount = new List<int>();
|
||||
|
||||
Reference in New Issue
Block a user