From 5d77d8475af7aff27eb026a4b56065387c024165 Mon Sep 17 00:00:00 2001 From: Alexander Pickering Date: Sat, 4 Nov 2017 22:42:24 -0400 Subject: Massive changes * New error messages for missing dependencies * Removed useless art_serverchanger entity * Added a sweet ascii logo * Added Skills * Minor fixes to cl_inventory tracker * Changed a few prints to use logging module --- gamemode/core/animation/sh_animations.lua | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 gamemode/core/animation/sh_animations.lua (limited to 'gamemode/core/animation/sh_animations.lua') diff --git a/gamemode/core/animation/sh_animations.lua b/gamemode/core/animation/sh_animations.lua new file mode 100644 index 0000000..3846fcc --- /dev/null +++ b/gamemode/core/animation/sh_animations.lua @@ -0,0 +1,4 @@ +if not RegisterLuaAnimation then + error("JetBoom's libanimbone is required for animations. (It's bundeled with PAC3)") + return +end -- cgit v1.2.3-70-g09d2