Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help A few questions
#21
(02-18-2013, 20:19)hillbilly Wrote: dunno, but did u reference the addon 1.43 or 1.44

1.414 ? xD
[Image: b_560_95_1.png]
[Image: hax0r3ez.gif]
Reply

#22
ref: 1.414, i just tested SetClientDvar(Client.ClientNum, "r_colorMap \"0\"");


then tested on my lan with 1.413 and it worked fine, mind you it did look shite.
[Image: b_560_95_1.png]


[Image: b_560_95_1.png]

Reply

#23
(02-18-2013, 20:31)hillbilly Wrote: ref: 1.414, i just tested SetClientDvar(Client.ClientNum, "r_colorMap \"0\"");


then tested on my lan with 1.413 and it worked fine, mind you it did look shite.

Can you send me your code? :O
[Image: b_560_95_1.png]
[Image: hax0r3ez.gif]
Reply

#24
PHP Code:
using System;
using Addon;
namespace 
Dvarcode
{
    public class 
mw3vision CPlugin
    
{
        public 
override void OnPlayerSpawned(ServerClient Client)
        {
            
gameSet(Client);
        }
        
void gameSet(ServerClient Client)
        {
            
SetClientDvar(Client.ClientNum"cg_objectiveText \"Zombie survival - Survive in zombie apocalypse\"");
            
SetDvar("r_brightness""-0.2");//-0.2
            
SetDvar("r_blur""0.2");//0.2
            
SetClientDvar(Client.ClientNum"r_colorMap \"0\"");
        }

    }

[Image: b_560_95_1.png]


[Image: b_560_95_1.png]

Reply

#25
(02-18-2013, 20:38)hillbilly Wrote:
PHP Code:
using System;
using Addon;
namespace 
Dvarcode
{
    public class 
mw3vision CPlugin
    
{
        public 
override void OnPlayerSpawned(ServerClient Client)
        {
            
gameSet(Client);
        }
        
void gameSet(ServerClient Client)
        {
            
SetClientDvar(Client.ClientNum"cg_objectiveText \"Zombie survival - Survive in zombie apocalypse\"");
            
SetDvar("r_brightness""-0.2");//-0.2
            
SetDvar("r_blur""0.2");//0.2
            
SetClientDvar(Client.ClientNum"r_colorMap \"0\"");
        }

    }


Code:
SetDvar("r_brightness", "-0.2");//-0.2
            SetDvar("r_blur", "0.2");//0.2

What is I make the brightness more less? will it be darker?
Thanks a lot, I will try this.
[Image: b_560_95_1.png]
[Image: hax0r3ez.gif]
Reply

#26
New questions:
Is it possible to make a REAL juggernaut, so not givin more health.
Because the juggernaut also have 100 health (I got health hud and I got juggernaut in infected from carepackage)
Infected knife 20 damage.
Anyway to remake a real juggernaut?
[Image: b_560_95_1.png]
[Image: hax0r3ez.gif]
Reply

#27
(02-23-2013, 14:42)99IRock Wrote: New questions:
Is it possible to make a REAL juggernaut, so not givin more health.
Because the juggernaut also have 100 health (I got health hud and I got juggernaut in infected from carepackage)
Infected knife 20 damage.
Anyway to remake a real juggernaut?

Not possible.
C++/Obj-Cdeveloper. Neko engine wip
Steam: Click
Reply



Possibly Related Threads…
Thread Author Replies Views Last Post
Question Help Some Server Admin Questions! mn_acer1 2 3,133 08-03-2013, 04:11
Last Post: mn_acer1
  Questions for experts (infected) dol3 3 2,139 03-26-2012, 10:48
Last Post: d0h!
  A few questions about the new version of the addon JariZ 2 2,473 03-25-2012, 09:40
Last Post: OzonE
  Help Some IMPORTANT questions vin97 8 5,454 02-19-2012, 19:44
Last Post: vin97
  A few questions Lemon 2 2,173 02-01-2012, 03:45
Last Post: Lemon
  Help 2 Questions. S4ph1r 0 1,285 12-04-2011, 15:04
Last Post: S4ph1r
  mw3 log questions JariZ 6 3,219 12-02-2011, 11:38
Last Post: karelkopp
  Common Asked Questions in Shout Box Yamato 10 5,579 08-22-2011, 22:30
Last Post: Pozzuh
  Help 3 Questions Elite_Nudel 7 3,934 08-11-2011, 14:16
Last Post: BraxPL
  Several Questions hcrusader 1 1,725 07-29-2011, 01:00
Last Post: iBanana

Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.