Found the lost infobox (M4tr1x)

This commit is contained in:
VegaZ
2018-09-27 21:27:24 +02:00
parent 07e6ff67d8
commit 54d9e57669
2 changed files with 39 additions and 7 deletions

View File

@@ -46,7 +46,7 @@ namespace reallife_gamemode.Server.Events
player.SetData("isLoggedIn", true);
player.SetData("spec", true);
player.TriggerEvent("draw");
player.TriggerEvent("draw", player.Name, player.Handle.Value);
player.Position = new Vector3(user.PositionX, user.PositionY, user.PositionZ);
}
}