2008-08-09 11:35:42 +00:00
|
|
|
Actor PlayerPawn : Actor native
|
|
|
|
{
|
|
|
|
Health 100
|
|
|
|
Radius 16
|
|
|
|
Height 56
|
|
|
|
Mass 100
|
|
|
|
Painchance 255
|
|
|
|
Speed 1
|
|
|
|
+SOLID
|
|
|
|
+SHOOTABLE
|
|
|
|
+DROPOFF
|
|
|
|
+PICKUP
|
|
|
|
+NOTDMATCH
|
|
|
|
+FRIENDLY
|
|
|
|
+SLIDESONWALLS
|
|
|
|
+CANPASS
|
|
|
|
+CANPUSHWALLS
|
|
|
|
+FLOORCLIP
|
|
|
|
+WINDTHRUST
|
|
|
|
+TELESTOMP
|
|
|
|
+NOBLOCKMONST
|
|
|
|
Player.AttackZOffset 8
|
|
|
|
Player.JumpZ 8
|
2012-08-14 03:24:59 +00:00
|
|
|
Player.GruntSpeed 12
|
|
|
|
Player.FallingScreamSpeed 35,40
|
2008-08-09 11:35:42 +00:00
|
|
|
Player.ViewHeight 41
|
|
|
|
Player.ForwardMove 1,1
|
|
|
|
Player.SideMove 1,1
|
|
|
|
Player.ColorRange 0,0
|
|
|
|
Player.SoundClass "player"
|
2008-09-01 18:16:53 +00:00
|
|
|
Player.DamageScreenColor "ff 00 00"
|
2009-08-07 04:20:28 +00:00
|
|
|
Player.MugShotMaxHealth 0
|
2011-01-01 11:16:46 +00:00
|
|
|
Player.FlechetteType "ArtiPoisonBag3"
|
2012-05-13 01:06:28 +00:00
|
|
|
Obituary "$OB_MPDEFAULT"
|
2008-08-09 11:35:42 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
Actor PlayerChunk : PlayerPawn native
|
|
|
|
{
|
2008-08-14 08:52:55 +00:00
|
|
|
+NOSKIN
|
2008-08-09 11:35:42 +00:00
|
|
|
-SOLID
|
|
|
|
-SHOOTABLE
|
|
|
|
-PICKUP
|
|
|
|
-NOTDMATCH
|
|
|
|
-FRIENDLY
|
|
|
|
-SLIDESONWALLS
|
|
|
|
-CANPUSHWALLS
|
|
|
|
-FLOORCLIP
|
|
|
|
-WINDTHRUST
|
|
|
|
-TELESTOMP
|
|
|
|
}
|