How show sphere only player which use command
My Code Spawn Sphere
Code:sphere = GameManager.server.CreateEntity(strPrefab, pos, rot, true); ball = sphere.GetComponent<SphereEntity>(); ball.currentRadius = StartRadius; ball.lerpRadius = FinalRadius; ball.lerpSpeed = LerpSpeed; sphere.SetParent(entity, ""); sphere?.Spawn(true);
Spawning a sphere entity on command?
Discussion in 'Rust Development' started by bazuka5801, Jul 21, 2016.
