car auch für nicht gespeicherte
This commit is contained in:
@@ -71,6 +71,10 @@ namespace ReallifeGamemode.Server.Commands
|
|||||||
{
|
{
|
||||||
ChatService.SendMessage(player, "~m~" + ((VehicleHash)pVeh.Model) + " | " + veh.ToString() + " | Farbe 1: " + pVeh.PrimaryColor + " | Farbe 2: " + pVeh.SecondaryColor + " | ID: " + pVeh.Handle.Value);
|
ChatService.SendMessage(player, "~m~" + ((VehicleHash)pVeh.Model) + " | " + veh.ToString() + " | Farbe 1: " + pVeh.PrimaryColor + " | Farbe 2: " + pVeh.SecondaryColor + " | ID: " + pVeh.Handle.Value);
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
ChatService.SendMessage(player, "~m~" + ((VehicleHash)pVeh.Model) + " | Farbe 1: " + pVeh.PrimaryColor + " | Farbe 2: " + pVeh.SecondaryColor + " | ID: " + pVeh.Handle.Value);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
[Command("help", "~m~Benutzung: ~s~/help")]
|
[Command("help", "~m~Benutzung: ~s~/help")]
|
||||||
public void CmdHelp(Player player)
|
public void CmdHelp(Player player)
|
||||||
|
|||||||
Reference in New Issue
Block a user