Fix quicksavemode
This commit is contained in:
@@ -39,9 +39,13 @@ namespace ReallifeGamemode.Server.Events
|
||||
tempBlip.Transparency.ToString(), 200.ToString(), tempBlip.ShortRange.ToString(), 0.ToString(), 0.ToString());
|
||||
player.SendNotification("~y~Blip~s~ erstellt!", false);
|
||||
break;
|
||||
case "atm":
|
||||
SaveManager.OnSaveBlipData(player, "500", "Geldautomat", "0,7", "11",
|
||||
"0", "200", true.ToString(), 0.ToString(), 0.ToString());
|
||||
player.SendNotification("~y~ATM~s~ erstellt!", false);
|
||||
break;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
GroundItem.PickUpGroundItem(player);
|
||||
|
||||
Reference in New Issue
Block a user