🗃ī¸Cvar

execute_client_cmd

Executes a client command

g_cvar.execute_client_cmd("say buy lumina.js! ! !")

get_int

Returns int value from a client command

junkcode = g_cvar.get_int("cl_junkcode")

set_int

Sets int value for client command

g_cvar.set_int("cl_junkcode", 2)

Same goes for float, string.. get float, set float, get string, set string

Last updated