UNPKG

s2ts

Version:

A tool to automatically compile counter-strike TS files (.vts files)

5 lines (4 loc) 163 B
import { Instance } from "cspointscript"; export const runServerCommand = (command) => { Instance.EntFireAtName("s2ts-server-command", "Command", command); };