Subversion-Projekte sthq.gbs

Revision

Revision 857 | Revision 880 | Zur aktuellen Revision | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

Revision 857 Revision 877
Zeile 165... Zeile 165...
165
	
165
	
166
	//Wait for the Player to be Ready
166
	//Wait for the Player to be Ready
Zeile 167... Zeile 167...
167
	waitForPlayer();
167
	waitForPlayer();
168
	
168
	
169
	//Equip developers with something special, like tricorder to chek all the model archetypes
169
	//Equip developers with something special, like tricorder to chek all the model archetypes
170
	if( getCvar( "developer" ) == "1" )
170
/*	if( getCvar( "developer" ) == "1" )
171
	{
171
	{
172
		$player.give ( "models/weapons/worldmodel-tricorder-STX.tik" );
172
		$player.give ( "models/weapons/worldmodel-tricorder-STX.tik" );
173
		stuffcmd( "sv_showInfo", "1" );
-
 
-
 
173
		stuffcmd( "sv_showInfo", "1" );
Zeile 174... Zeile 174...
174
		stuffcmd( "sv_showInfodist", "512" );
174
		stuffcmd( "sv_showInfodist", "512" );
175
	}
175
	}*/ //Removed by Chrissstrahl for beta3 relase
176
	
176