started anims

This commit is contained in:
Your Name
2020-08-11 14:20:58 -06:00
parent 71083f0f77
commit 3f6c81b6a7
2 changed files with 73 additions and 3 deletions

View File

@ -9,7 +9,7 @@
init()
{
load_waypoints();
hook_callbacks();
thread hook_callbacks();
setDvar("testClients_watchKillcam", true);
setDvar("testclients_doReload", false);
@ -143,6 +143,7 @@ onPlayerKilled(eInflictor, eAttacker, iDamage, sMeansOfDeath, sWeapon, vDir, sHi
*/
hook_callbacks()
{
wait 0.05;
level.prevCallbackPlayerDamage = level.callbackPlayerDamage;
level.callbackPlayerDamage = ::onPlayerDamage;