Scripting: spawn a working weapon
Posted: Sat Dec 25, 2004 12:07 pm
Hey, I need some help with spawning a weapon in a stock map that players can use. I tried to start on this script, but i dunno if it is good, and I need to know how to make it so the player can pickup this weapon.
spawn script_object "targetname" "colt45" "origin" "( 3886 3872 -448 )" // have no location yet
$colt45.model = "weapons/colt45.tik"
$colt45 show
$colt45.angles = ( 0 300 0 ) // not known yet
$colt45.scale = 1.0
thnx At0miC
spawn script_object "targetname" "colt45" "origin" "( 3886 3872 -448 )" // have no location yet
$colt45.model = "weapons/colt45.tik"
$colt45 show
$colt45.angles = ( 0 300 0 ) // not known yet
$colt45.scale = 1.0
thnx At0miC