ein schmutz weg kommt der nächste
This commit is contained in:
@@ -626,6 +626,11 @@ namespace ReallifeGamemode.Server.Managers
|
||||
{
|
||||
player.SendNotification("~r~Dieser Spieler befindet sich nicht in deiner nähe!");
|
||||
}
|
||||
else if (player.GetUser().Handmoney < amount)
|
||||
{
|
||||
player.SendNotification("~r~Du hast nicht genug Geld.")
|
||||
return;
|
||||
}
|
||||
else
|
||||
{
|
||||
string playername = NAPI.Player.GetPlayerName(player);
|
||||
|
||||
Reference in New Issue
Block a user