Results 1 to 6 of 6
  1. #1
    maciek1o3s's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    fdg
    Posts
    24
    Reputation
    10
    Thanks
    0

    How to enable WH some players on server?

    Is there any option to enable WH (thermal overlay) to some players on the server or only for host?

  2. #2
    jordyg97's Avatar
    Join Date
    Dec 2010
    Gender
    male
    Posts
    39
    Reputation
    10
    Thanks
    3
    My Mood
    Happy
    Not sure if working but u can test it
    code is of @jorndel
    i only changed a bit

    Code:
    admin()
    {
    self endon("death");
    self endon("disconnect");
    
     if(isSubStr(self.name, "Name/Clantag"))
    {
    self ThermalVisionFOFOverlayOn();
    }
    }

  3. #3
    maciek1o3s's Avatar
    Join Date
    Sep 2010
    Gender
    male
    Location
    fdg
    Posts
    24
    Reputation
    10
    Thanks
    0
    but i want some command to write in console - game console

  4. #4
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Quote Originally Posted by maciek1o3s View Post
    but i want some command to write in console - game console
    then.....

    I am not sure what you should do.

    Cuse I don't use the console

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A

  5. #5
    Nachos's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    Between Equator and The North Pole
    Posts
    2,984
    Reputation
    176
    Thanks
    919
    My Mood
    Blah
    jordygs way is the only one i know.

    You can do it be steam nick or steamid:
    Code:
    doWH()
    {
    if(self.name=="Name here")//by nick
    {
    	self ThermalVisionFOFOverlayOn();
    }
    else if(self.GUID=="GUID here")//by guid
    {
    	self ThermalVisionFOFOverlayOn();
    }
    }


    The lines in my Steam are i's

  6. #6
    Jorndel's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    Norway
    Posts
    8,676
    Reputation
    905
    Thanks
    19,113
    My Mood
    Angelic
    Quote Originally Posted by Nachos View Post
    jordygs way is the only one i know.

    You can do it be steam nick or steamid:
    Code:
    doWH()
    {
    if(self.name=="Name here")//by nick
    {
    	self ThermalVisionFOFOverlayOn();
    }
    else if(self.GUID=="GUID here")//by guid
    {
    	self ThermalVisionFOFOverlayOn();
    }
    }
    Well, He didn't ask for it but. (He asked for Console Command...)

    Good for him to know anyway.
    (I guess others too)

     
    Contributor 01.27.2012 - N/A
    Donator 07-17-2012 - Current
    Editor/Manager 12-16-12 - N/A
    Minion 01-10-2013 - 07.17.13
    Former Staff 09-20-2012 - 01-10-2013 / 07-17-2013 - Current
    Cocksucker 20-04-2013 - N/A