View Single Post
Brrdy
Senior Member
Join Date: Feb 2015
Old 02-27-2015 , 14:55   Re: [cs:go] menu pop-up on roundstart and chat cmd.
Reply With Quote #8

Don't quote me if I'm wrong but I think this is correct

Spoiler


Note: if this doesn't work switch the top where it says
Code:
	RegConsoleCmd("say !shop", MyFunction);
	RegConsoleCmd("say /shop", MyFunction);
	RegConsoleCmd("sm_fmubuymenu", MyFunction);
to
Code:
RegConsoleCmd("say !shop", abcde);
	RegConsoleCmd("say /shop", abcde);
	RegConsoleCmd("sm_fmubuymenu", abcde);
And I think that should work
Obviously change where it says "say /shop" and "say !shop" if you want to change the IG cmds and "sm_fmubuymenu" is the console cmd

Last edited by Brrdy; 02-27-2015 at 14:55.
Brrdy is offline