mirror of
https://github.com/ineedbots/iw4_bot_warfare.git
synced 2025-06-28 07:01:49 +00:00
started anims
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user