Subversion-Projekte sthq.gbs

Revision

Revision 902 | Ganze Datei anzeigen | Leerzeichen ignorieren | Details | Blame | Letzte Änderung | Log anzeigen | RSS feed

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