View Single Post
mug1wara
AlliedModders Donor
Join Date: Jun 2018
Old 07-15-2018 , 09:07   Re: CS GO Respawn plugin
Reply With Quote #2

There's tons of these plugins out there, use the search button top right corner

PHP Code:
#include <cstrike>

public void OnPluginStart()
{
    
RegConsoleCmd("sm_respawn"Cmd_Respawn);
}

public 
Action Cmd_Respawn(int iClientint iArgs)
{
    
CS_RespawnPlayer(iClient);

mug1wara is offline