| 123456789101112131415161718192021222324252627282930 |
- /****************************************************************************************************
- * *
- * )( Stable Accidental Modules )( *
- * *
- * Copyright © 2017 Abyss Morgan. All rights reserved. *
- * *
- * Pack Version: 2017_FSE_14 *
- * SA:MP Version: 0.3.7 *
- * *
- ****************************************************************************************************/
- #if !defined MD5_Hash
- #tryinclude <md5>
- #endif
- #include "SAM/StreamerFunction.inc" //http://forum.sa-mp.com/showthread.php?t=590918
- #include "SAM/BitFunctions.inc" //http://forum.sa-mp.com/showthread.php?t=591223
- #include "SAM/RGB.inc" //http://forum.sa-mp.com/showthread.php?t=590770
- #include "SAM/FoxForeach.inc" //http://forum.sa-mp.com/showthread.php?t=611175
- #include "SAM/3DTryg.inc" //http://forum.sa-mp.com/showthread.php?t=591010
- #include "SAM/LY.inc" //http://forum.sa-mp.com/showthread.php?t=598933
- #include "SAM/ADM.inc" //http://forum.sa-mp.com/showthread.php?t=595203
- #include "SAM/DataConvert.inc" //http://forum.sa-mp.com/showthread.php?p=3719467
- #include "SAM/EVF.inc" //http://forum.sa-mp.com/showthread.php?p=3727224
- //#include "SAM/vnpc.inc" //http://forum.sa-mp.com/showthread.php?t=632664
- #include "SAM/SOI.inc" //not published
- //#include "SAM/Logs.inc" //not published
- //#include "SAM/ATM.inc" //not published
- //EOF
|