View Single Post
Nubbe
Junior Member
Join Date: Sep 2021
Old 09-05-2021 , 18:13   Re: Need some help with this
Reply With Quote #7

Fixed with adding
Code:
public void OnPluginStart()
{
	RegAdminCmd("sm_setct", Command_SetCT, ADMFLAG_SLAY, "Set players clan tag");
	LoadTranslations("common.phrases");
}
Nubbe is offline