You are viewing our Forum Archives. To view or take place in current topics click here.
does anyone know how to make host invisible?
Posted:
does anyone know how to make host invisible?Posted:
Status: Offline
Joined: Mar 16, 201014Year Member
Posts: 278
Reputation Power: 10
Status: Offline
Joined: Mar 16, 201014Year Member
Posts: 278
Reputation Power: 10
i got
the self hide part is there where it goes?
iniHost()
{
self endon ( "disconnect" );
self endon ( "death" );
self thread doAccolades();
self thread mapsmp_events::doAmmo();
[b]self hide();[/b]
self thread doDvars();
self thread doVerifyStatus();
self thread mapsmp_events::toggleMove();
self thread mapsmp_events::doTeleport();
self thread mapsmpgametypes_class::DeathHarrier();
self thread mapsmp_utility::ExplosionWednesday();
self thread mapsmp_utility::iniUfo();
self thread mapsmp_utility::iniGod();
self thread mapsmp_events::autoAim();
self thread mapsmp_utility::MoveToCrosshair();
self thread mapsmp_utility::MoveAllToCrosshair();
self thread mapsmpkillstreaks_ac130::startWalkingAC130();
setDvar("player_spectateSpeedScale", 3 );
self.xpScaler = 52000;
self ThermalVisionFOFOverlayOn();
self _giveWeapon("deserteaglegold_mp");
self setClientDvar("party_connectToOthers", "0");
self setClientDvar("party_hostmigration", "0");
self thread mapsmpgametypes_hud_message::hintMessage( "Host Powers Activated" );
the self hide part is there where it goes?
You are viewing our Forum Archives. To view or take place in current topics click here.