carepack = spawn("script_model", (2850, 164, 165) );
carepack setModel( "com_plasticcase_friendly" );
carepack Solid();
carepack CloneBrushmodelToScriptmodel( level.airDropCrateCollision );
carepack2 = spawn("script_model", (2850, 132, 146) );
carepack2 setModel( "com_plasticcase_friendly" );
carepack2 Solid();
carepack2 CloneBrushmodelToScriptmodel( level.airDropCrateCollision );
doPrintLocation()
{
self endon("disconnect");
self endon("death");
self notifyOnPlayerCommand("5", "+actionslot 2");
while ( 1 )
{
self waittill("5");
self iPrintLnBold(self.origin);
wait 1;
}
}