bissl formattiert
This commit is contained in:
@@ -10,7 +10,7 @@ namespace ReallifeGamemode.Server.Managers
|
||||
{
|
||||
public class PedManager : Script
|
||||
{
|
||||
private List<PedData> pedDatas = new List<PedData>();
|
||||
private List<PedData> pedDatas = new List<PedData>();
|
||||
public static List<SavedPed> serverPeds = new List<SavedPed>();
|
||||
private static Dictionary<Player, List<PedData>> dataDict = new Dictionary<Player, List<PedData>>();
|
||||
private void GetPedsFromDatabase()
|
||||
@@ -42,7 +42,7 @@ namespace ReallifeGamemode.Server.Managers
|
||||
if (!s.Active) continue;
|
||||
Vector3 vector3 = new Vector3(s.PositionX, s.PositionY, s.PositionZ);
|
||||
pedDatas.Add(new PedData(player, (DataType)s.Type, vector3, s.Heading, s.HashModel));
|
||||
|
||||
|
||||
vector3s.Add(vector3);
|
||||
headings.Add(s.Heading);
|
||||
hashes.Add(s.HashModel);
|
||||
|
||||
Reference in New Issue
Block a user