Source SDK Help?

I need help on SDK

By SourceSDKPerson 11 months ago

I dont know if this is possible but if someone knows how please tell. Well is there a way to go into a area and make it so you cant turn on your flashlight? Thanks

10 posts 257 views
  • You must be a member

Replies

  • Ganryu's Levels
    • P2: Drudge
      Points: 3,689
    • E2: Guide
      EF: 30
    • C2: Treehouse Member
    • A4: Graduate
      Account Age: 3 years
    Username
    Ganryu
    Posted 11 months ago

    That would be based on the game server itself, dude. The Source SDK has nothing to do with that.

    User Title
    End a chapter, begin another.
  • Poi$on's Levels
    • P2: Drudge
      Points: 2,060
    • E1: Helper
      EF: 1
    • C3: Moderator
    • A4: Graduate
      Account Age: 3 years
    Username
    Poi$on
    Posted 11 months ago

    What you can do it using a console command in Hammer and do a quick cheat eneable then use impulse 100 and disable the cheats. And use a point server command.

    User Title
    - News Manager -
  • Daan's Levels
    • P2: Drudge
      Points: 5,068
    • E1: Helper
      EF: 6
    • C1: Member
    • A4: Graduate
      Account Age: 4 years
    Posted 11 months ago

    Posted by Poi$on

    What you can do it using a console command in Hammer and do a quick cheat eneable then use impulse 100 and disable the cheats. And use a point server command.

    It's called mp_flashlight 0/1.

    User Title
  • Poi$on's Levels
    • P2: Drudge
      Points: 2,060
    • E1: Helper
      EF: 1
    • C3: Moderator
    • A4: Graduate
      Account Age: 3 years
    Username
    Poi$on
    Posted 11 months ago

    Posted by Daan

    It's called mp_flashlight 0/1.

    Thats a server.cfg command, not sure if that will work but you can give it a try.

    User Title
    - News Manager -
  • Daan's Levels
    • P2: Drudge
      Points: 5,068
    • E1: Helper
      EF: 6
    • C1: Member
    • A4: Graduate
      Account Age: 4 years
    Posted 11 months ago

    Posted by Poi$on

    Posted by Daan

    It's called mp_flashlight 0/1.

    Thats a server.cfg command, not sure if that will work but you can give it a try.

    You can use a point_servercommand to enable/disable/exec commands.

    User Title
  • Devieus's Levels
    • P3: Peasant
      Points: 23,461
    • E2: Guide
      EF: 26
    • C2: Treehouse Member
    • A4: Graduate
      Account Age: 3 years
    Username
    Devieus
    Posted 11 months ago

    Posted by Poi$on

    Posted by Daan

    It's called mp_flashlight 0/1.

    Thats a server.cfg command, not sure if that will work but you can give it a try.

    It won't, it's a server command like you said, it'll disable it for everyone.

    Posted by Poi$on

    What you can do it using a console command in Hammer and do a quick cheat eneable then use impulse 100 and disable the cheats. And use a point server command.

    I'm not sure the cheats thing is necessary

    User Title
    Sentinel of the TV remote
  • Poi$on's Levels
    • P2: Drudge
      Points: 2,060
    • E1: Helper
      EF: 1
    • C3: Moderator
    • A4: Graduate
      Account Age: 3 years
    Username
    Poi$on
  • CitizenJim's Levels
    • P2: Drudge
      Points: 1,182
    • C1: Member
    • A3: Apprentice
      Account Age: 1 year
    Posted 11 months ago

    I do know Nightmare House 2 has something similar in it, but it's all dependent on either the server or how the game's coded.

    [Nothing of interest]
  • KeNnY1337's Levels
    • P2: Drudge
      Points: 1,428
    • C1: Member
    • A4: Graduate
      Account Age: 2 years
    Posted 11 months ago

    Create a point_servercommand, name it whatever you want exp.: Commands.

    Now create a trigger_once and go to the ouputs: On StartTouch, Commands, Command, mp_flashlight 0.

    The flashlight is now for everybody disabled.

    User Title
    Mapper
  • Devieus's Levels
    • P3: Peasant
      Points: 23,461
    • E2: Guide
      EF: 26
    • C2: Treehouse Member
    • A4: Graduate
      Account Age: 3 years
    Username
    Devieus
    Posted 11 months ago

    Posted by KeNnY1337

    Create a point_servercommand, name it whatever you want exp.: Commands.

    Now create a trigger_once and go to the ouputs: On StartTouch, Commands, Command, mp_flashlight 0.

    The flashlight is now for everybody disabled.

    We've been over this, the problem is that it's probably not supposed to happen for everyone.

    User Title
    Sentinel of the TV remote
  • You must be a member