View Single Post
xomp
BANNED
Join Date: Jul 2008
Old 06-04-2012 , 17:17   Re: [Tf2] Commands on player join
Reply With Quote #6

Quote:
Originally Posted by MrTimcakes View Post
Thanks it worked. Im just trying to find out if i can use a Cfg with the commands in for the commands and seeing if i can do the same to the steam id for multiple users.

Thanks, Ducky
Do you really need to read from a config file for a few commands? I think what MasterOfTheXP posted would be perfectly fine for the small amount of commands you wanted to run. Hell you can easily keep adding commands to it:

Code:
    {
        FakeClientCommand(client, "sm_fov @me 120");
        FakeClientCommand(client, "sm_noselfdamage");
        FakeClientCommand(client, "sm_getwreckedkid");
        FakeClientCommand(client, "sm_imaterribleadminthatneedssecretadvantages");
    }

Last edited by xomp; 06-04-2012 at 17:19.
xomp is offline
Send a message via Skype™ to xomp