Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help box help
#21
i was faster Troll
[Image: ctoc.jpg]
Reply

#22
(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
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

Forum Powered By MyBB, Theme by © 2002-2024 Melroy van den Berg.