Edit Edit-Mode

This commit is contained in:
VegaZ
2018-11-03 23:12:57 +01:00
parent 0610c0bd57
commit d5c054595b
5 changed files with 31 additions and 11 deletions

View File

@@ -4,6 +4,7 @@ using System.Text;
using GTANetworkAPI;
using Newtonsoft.Json;
using reallife_gamemode.Server.Extensions;
using reallife_gamemode.Server.Saves;
using reallife_gamemode.Server.Util;
/**
* @overview Life of German Reallife - Event Key (Key.cs)
@@ -23,6 +24,7 @@ namespace reallife_gamemode.Server.Events
TempBlip tempBlip = NAPI.Data.GetWorldData("blipTemplate");
SaveManager.OnSaveBlipData(player, tempBlip.Sprite.ToString(), tempBlip.Name, tempBlip.Scale.ToString(), tempBlip.Color.ToString(),
tempBlip.Transparency.ToString(), 200.ToString(), tempBlip.ShortRange.ToString(), 0.ToString(), 0.ToString());
player.SendNotification("~y~Blip~s~ erstellt!", false);
}
}