Thread: SM Data Rates
View Single Post
Mitchell
~lick~
Join Date: Mar 2010
Old 09-27-2016 , 11:35   Re: SM Data Rates
Reply With Quote #4

This is a bit weird also
PHP Code:
FakeClientCommandEx(param1"say !datarate"); 
1st is the who making the client use the say command, instead of just issuing the sm_* command.
2nd why not just call the function instead where the command goes since it's within the same file:
PHP Code:
sm_datarate(client0);
sm_datarates(client0);
sm_serverdatarates(client0); 
Mitchell is offline