Jump to content
主视角中国

Recommended Posts

Posted

main:

level waittill prespawn

thread panza_aims

thread panza_mg42

level waittill spawn

end

panza_aims:

spawn script_origin "targetname" "aim9"

$aim9.origin = ( x y z ) //机枪射击位置1

spawn script_origin "targetname" "aim10"

$aim10.origin = ( x y z ) //机枪射击位置2

spawn script_origin "targetname" "aim11"

$aim11.origin = ( x y z ) //机枪射击位置3

end

panza_mg42:

spawn "statweapons/mg42_gun.tik" "targetname" "t1"

$t1.origin = ( x y z ) //机枪位置

$t1.angles = ( 0 -120 0 ) //方向

$t1 notsolid

$t1 burstFireSettings 0.55 1.5 1 .25

$t1 bulletdamage 25

while (1)

{

wait 5

$t1 setaimtarget $aim9

$t1 startfiring

wait 3

$t1 stopfiring

$t1 setaimtarget $aim10

$t1 startfiring

wait 3

$t1 stopfiring

$t1 setaimtarget $aim11 //etc etc

$t1 startfiring

wait 3

$t1 stopfiring

wait 20

}

end

这个M42也可人为使用,不过就不是AUTO了!

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

登录

Already have an account? Sign in here.

现在登录
×
×
  • 创建新的...