View Single Post
qNiGHT
AlliedModders Donor
Join Date: Mar 2019
Location: Romania
Old 09-01-2019 , 07:42   Re: Scripting ConVar
Reply With Quote #4

Quote:
Originally Posted by SoulSteel View Post
i wanna do a restart game command if someone can help i will be very appreciate
simple example
Code:
public void OnPluginStart()
{
	RegAdminCmd("sm_restart", RESTART, ADMFLAG_GENERIC);
}

public Action RESTART(client, args)
{
	ServerCommand("sm_rcon mp_restartgame 1");
}
qNiGHT is offline