SA-MP Forums Archive
[Include] dc_anims - plug 'n' play animations list - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Includes (https://sampforum.blast.hk/forumdisplay.php?fid=83)
+---- Thread: [Include] dc_anims - plug 'n' play animations list (/showthread.php?tid=524252)



dc_anims - plug 'n' play animations list - DanielCortez - 06.07.2014

dc_anims.inc - all GTA:SA animations in one include.
Contains 1871 animations in 134 libraries.





All animations are effectively organized in an animations table. That way you can easily add/remove animations from it.

Features: Commands:
Код:
/anim [animlib] [animation ID] - play the specified animation (without parameters - list all available animation libraries)
/stopanim - stop current animation
/action [action name] - play the specified action (without parameters - list all available action names)
Usage:
  1. Download dc_anims.inc and drop it into "pawno/include" directory.
  2. Use it in your gamemode:
    PHP код:
    #include <a_samp>
    #define    DC_ANIMS_LANG_EN
    #include <dc_anims> 
Extras: Download: https://www.dropbox.com/s/5uq8hkyor3qrnop/dc_anims.inc
Author: Daniel_Cortez.


Re: dc_anims - plug 'n' play animations list - iRaiDeN - 07.07.2014

Good work, but are you post in "Includes" section? it's a filter post in "Filterscripts" section.


Re: dc_anims - plug 'n' play animations list - NewerthRoleplay - 07.07.2014

Quote:
Originally Posted by iRaiDeN
Посмотреть сообщение
Good work, but are you post in "Includes" section? it's a filter post in "Filterscripts" section.
It actually is an include.