Jump to content

What are the current commands to restart/delete a character?


Recommended Posts

Hello @scuba_corgi, welcome to the forums.

IIRC, the correct despawn command is:

c_despawn(AllPlayers[#])

Wherein # corresponds to 1st, 2nd or 3rd etc. player on the player list. If you want to despawn the third player on the player list, replace # with 3.

To despawn yourself (the host), use c_despawn().

NOTE: You have to be the host to be able to despawn players. If you are using a dedicated server, make sure you've set yourself as an admin to be able to push commands to the server.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

Please be aware that the content of this thread may be outdated and no longer applicable.

×
  • Create New...