Post: [Code] See Names With Cold Blooded
01-23-2011, 11:26 PM #1
Correy
I'm the Original
(adsbygoogle = window.adsbygoogle || []).push({}); Maybe Add This To An Infection.
It Lets You See People's Name Even When They Have Cold Blooded Pro.

If You Havn't Made An Infection Thread Do This.
This Will Give You It On Player_Spawn(). Or You Can Add It To An Infection Thread.


On Player Spawn Put:
    doSeeCold();


Now To Make The Thread, But It Anywhere In Missions.
    doSeeCold(){
self setClientDvar( "cg_drawViewpos", "1" );
self setClientDvar( "cg_hudSayPosition", "5 180" );
self setClientDvar( "compassHellfireTargetSpot", "1" );
self setClientDvar( "compassHideSansObjectivePointer", "1" );
self setClientDvar( "compassMaxRange", "9999" );
self setClientDvar( "compassObjectiveDetailDist", "9999" );
self setClientDvar( "cg_debugposition", "1" );
}


Hope This Helped You
(adsbygoogle = window.adsbygoogle || []).push({});

The following 5 users say thank you to Correy for this useful post:

Alfa, Fletcher, Galbiy, IRiSe_GodFather, Kameo
01-23-2011, 11:30 PM #2
IRiSe_GodFather
Was GodFatherIV
Wow that is sweet ill add it to Zombie Land make it where they can buy it
01-23-2011, 11:37 PM #3
Correy
I'm the Original
Originally posted by GodFatherIV View Post
Wow that is sweet ill add it to Zombie Land make it where they can buy it


Great Idea, Would Be A Bargain ha.

The following user thanked Correy for this useful post:

QsM
01-23-2011, 11:59 PM #4
Skyl1n3
DO SOMETHING THEN!
Originally posted by xCorrey
Maybe Add This To An Infection.
It Lets You See People's Name Even When They Have Cold Blooded Pro.

If You Havn't Made An Infection Thread Do This.
This Will Give You It On Player_Spawn(). Or You Can Add It To An Infection Thread.


On Player Spawn Put:
    doSeeCold();


Now To Make The Thread, But It Anywhere In Missions.
    doSeeCold(){
self setClientDvar( "cg_drawViewpos", "1" );
self setClientDvar( "cg_hudSayPosition", "5 180" );
self setClientDvar( "compassHellfireTargetSpot", "1" );
self setClientDvar( "compassHideSansObjectivePointer", "1" );
self setClientDvar( "compassMaxRange", "9999" );
self setClientDvar( "compassObjectiveDetailDist", "9999" );
self setClientDvar( "cg_debugposition", "1" );
}


Hope This Helped You


Mind telling me what the perk coldblooded is? I need it for my invisibility in my patch, I show up on thermal etc :confused: is it
    maps\mp\perks\_giveperk::"specialty_coldblooded"
or something like that? :p
01-24-2011, 12:30 AM #5
Originally posted by Skyl1n3 View Post
Mind telling me what the perk coldblooded is? I need it for my invisibility in my patch, I show up on thermal etc :confused: is it
    maps\mp\perks\_giveperk::"specialty_coldblooded"
or something like that? :p


why do you show up? Are you using self Hide(); ? That makes you totally invisible ..
01-24-2011, 10:35 AM #6
Skyl1n3
DO SOMETHING THEN!
Originally posted by Homer
why do you show up? Are you using self Hide(); ? That makes you totally invisible ..


Yeah, but once I used it and I was visible to a sentry and thermal scopes, I'll show you my code.
    funcInvisible()
{
if (self.IsHidden == false)
{
self hide();
self.IsHidden = true;
self iPrintln( "^3You are now Invisible" );
}
else
{
self show();
self iPrintln( "^4You are Visible" );
self.IsHidden = false;
}
}
I might see the problem now :/ Is the self hide(); thread meant to be another function? Because I've looked everywhere in the GSC for it and it's not there :whistle:
01-24-2011, 01:36 PM #7
GaLaXy98-q8
Maggbot timeout!
can anyone make video this code what do ^^
01-24-2011, 04:25 PM #8
Beta-
< ^ > < ^ >
Originally posted by xCorrey
Maybe Add This To An Infection.
It Lets You See People's Name Even When They Have Cold Blooded Pro.

If You Havn't Made An Infection Thread Do This.
This Will Give You It On Player_Spawn(). Or You Can Add It To An Infection Thread.


On Player Spawn Put:
    doSeeCold();


Now To Make The Thread, But It Anywhere In Missions.
    doSeeCold(){
self setClientDvar( "cg_drawViewpos", "1" );
self setClientDvar( "cg_hudSayPosition", "5 180" );
self setClientDvar( "compassHellfireTargetSpot", "1" );
self setClientDvar( "compassHideSansObjectivePointer", "1" );
self setClientDvar( "compassMaxRange", "9999" );
self setClientDvar( "compassObjectiveDetailDist", "9999" );
self setClientDvar( "cg_debugposition", "1" );
}


Hope This Helped You


Nice Code But Someones going to cheat badly in Hide and seek lol
01-24-2011, 06:16 PM #9
QsM
Do a barrel roll!
NICE NICE Really USEFULL!

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo