Skip to content

dronelektron/player-respawn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Player respawn

Allows you to respawn the player

Supported Games

  • Day of Defeat: Source

Requirements

Installation

  • Download latest release
  • Extract gamedata, plugins and translations folders to addons/sourcemod folder of your server

Console Commands

  • sm_respawn <#userid|name> - Respawn the player

API

Respawn the client

native void RespawnPlayer(int client);