Update docs

This commit is contained in:
Sardelka
2022-07-03 15:37:51 +08:00
parent 08e17b1714
commit f866151cc5
15 changed files with 1171 additions and 740 deletions

View File

@ -48,7 +48,7 @@ namespace RageCoop.Client.Scripting
Blip blip;
API.QueueAction(() =>
{
Main.Logger.Debug($"{sprite},{color},{scale},{pos},{rot}");
// Main.Logger.Debug($"{sprite},{color},{scale},{pos},{rot}");
if (!EntityPool.ServerBlips.TryGetValue(id, out blip))
{
EntityPool.ServerBlips.Add(id, blip=World.CreateBlip(pos));