(09-24-2011, 17:20)iAegle Wrote: Code:
createBlock( location, angle )
{
block = spawn( "script_model", location, 1 );
block setModel( "mp_supplydrop_ally" );
block.angles = angle;
block.maxhealth = 100;
block.health = 100;
block SetCanDamage( true );
}
...?
ok i even did this instead of the spawnstruct ... and it didnt work