hi all,
jus a quick one, i have been testing OnRespawn Things and have been using the 'kill' command, however, 9/10 times it never gives me the option to respawn, i have to disconnect and reconnect to the server everytime. is this normal? how does it decide when to let you respawn and not?
Can't force a respawn
Discussion in 'Rust Development' started by inadequatemonkey, Aug 25, 2015.
-
-
^ very useful, thanks!
-
Or you could use the "respawn" command in console while you are at it. Should still work
-
When I use BasePlayer.Respawn() I get this error on the console: Assertion failed: Stomping old lifeStory
Any idea? -
-
-
foreach(BasePlayer player in BasePlayer.activePlayerList)
{
player.Respawn();
}
I cant write more.. writing on a keyboard from 2002 bcs i broke my blackwidow (eating on the desk is not a good idea :X) -
Thanks.
-
what do you mean by typing player.respawn "in lua"