here is the error:
Code: Select all
********************
----- Server Shutdown -----
==== ShutdownGame ====
---------------------------
------- S_StopAllSounds (stop music) -------
MUSIC: changing from [ normal | normal ] to [ none | none ]
------- S_StopAllSounds Complete-------
Called FadeSound with: 0.000000
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
Called FadeSound with: 0.000000
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
Called FadeSound with: 0.000000
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
Called FadeSound with: 0.000000
Setting up Shaders
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
^~^~^ Warning: Can't find player animation 'rifle_stand_raise'.
^~^~^ Warning: Can't find player animation 'rifle_stand_raise'.
^~^~^ Warning: Can't find player animation 'rifle_stand_raise'.
Possible infinite loop in torso state 'RAISE_WEAPON'
^~^~^ Warning: Can't find player animation 'rifle_stand_raise'.
Possible infinite loop in torso state 'RAISE_RIFLE'
Possible infinite loop in torso state 'STAND'
Possible infinite loop in torso state 'RAISE_WEAPON'
^~^~^ Warning: Can't find player animation 'rifle_stand_raise'.
Possible infinite loop in torso state 'RAISE_RIFLE'
Possible infinite loop in torso state 'STAND'
Possible infinite loop in torso state 'RAISE_WEAPON'
^~^~^ Warning: Can't find player animation 'rifle_stand_raise'.
Possible infinite loop in torso state 'RAISE_RIFLE'
Possible infinite loop in torso state 'STAND'
Possible infinite loop in torso state 'RAISE_WEAPON'
^~^~^ Warning: Can't find player animation 'rifle_stand_raise'.
Possible infinite loop in torso state 'RAISE_RIFLE'
********************
ERROR: Stopping due to possible infinite torso state loop
********************
----- Server Shutdown -----
==== ShutdownGame ====
---------------------------
------- S_StopAllSounds (stop music) -------
MUSIC: changing from [ normal | normal ] to [ none | none ]
------- S_StopAllSounds Complete-------
Called FadeSound with: 0.000000
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
Called FadeSound with: 0.000000
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
Called FadeSound with: 0.000000
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
Called FadeSound with: 0.000000
Setting up Shaders
------- S_StopAllSounds (stop music) -------
------- S_StopAllSounds Complete-------
my faulty script tidbit:
Code: Select all
afkpvt:
setcvar "cg_3rd_person" "1" //debug
local.pvt = parm.other
local.pvt takeall
local.pvt model "player/german_Afrika_Private_fps.tik"
local.pvt item weapons/p38.tik
local.pvt item weapons/steilhandgranate.tik
local.pvt item weapons/kar98.tik
local.pvt ammo rifle 100
local.pvt ammo pistol 88
local.pvt ammo grenade 2
local.pvt useweaponclass rifle
end