I have a ConVar which is setup on server side. But when I try to get its value on the client it doesnt work.
Here is it
[code]
CustomChat = CreateConVar("PA_CustomChat", "1", {FCVAR_REPLICATED, FCVAR_ARCHIVE, FCVAR_NOTIFY}, "Should addon provide custom chat?")
[/code]
Sorry, you need to Log In to post a reply to this thread.