Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**********************************************************************************************************
- * Copyright (c) 2015-2016 San Andreas Playground *
- * *
- * *
- * *> Credits : *
- * Includes -> a_samp ( SA:MP Team ) *
- * -> zcmd *
- * -> streamer *
- * -> YSI Files ( YSI ) *
- * -> a_mysql ( BlueG ) *
- * -> irc *
- * -> Dini *
- * -> sscanf2 *
- * *
- * Scripters : *
- * -> Yassine ( Server Owner & Founder ) *
- * -> Deron_Green ( IRC System ) *
- * -> Sreyas ( DeathMatches ) *
- * *
- * ChangeLog : *
- * -> First Release (2016 - 06 - 28) *
- * -> Update IRC System (2016 - 08 - 20) *
- * -> Second Release(2016 - 09 - 24) *
- * -> Open Source (2016 - 09 - 25) *
- * *
- * **-> Scripting STAFF / HELPERS : *
- * *
- * --> [H]Neo -------> Server Founder *
- * --> Giftson ------> Gamemode Founder *
- * --> [H]hold ------> BETA TESTER & Management *
- * *
- **********************************************************************************************************/
- // Required Includes ======================================================================================
- #include <SAPData/Server/Includes.pwn>
- // Required Defines =======================================================================================
- #include <SAPData/Server/ColorDefines.pwn>
- #include <SAPData/Server/OthersDefines.pwn>
- // Admin Settings =========================================================================================
- #include <SAPData/Player/Admin.pwn>
- // Gamemode Init ==========================================================================================
- #include <SAPData/Server/GMStart.pwn>
- #include <SAPData/Server/GMFail.pwn>
- // Server Settings ========================================================================================
- #include <SAPData/Server/IRC.pwn>
- #include <SAPData/Server/SpawnManager.pwn>
- #include <SAPData/Server/Main.pwn>
- #include <SAPData/Server/Performed.pwn>
- // Chat Settings ==========================================================================================
- #include <SAPData/Chat/ChatManager.pwn>
- // Player Settings ========================================================================================
- #include <SAPData/Player/Conx/Connect.pwn>
- #include <SAPData/Player/Conx/Disconnect.pwn>
- #include <SAPData/Player/Radio.pwn>
- #include <SAPData/Player/RequestClass.pwn>
- // GamePlay && Features ===================================================================================
- //#include <SAPData/Gameplay/TheShip.pwn> // Not Working (Not Yet Started)
- #include <SAPData/Gameplay/DeathMatches.pwn>
- #include <SAPData/Gameplay/Ramping.pwn>
- #include <SAPData/Gameplay/Announces.pwn>
- #include <SAPData/Gameplay/CarSpawner.pwn>
- #include <SAPData/Gameplay/WeaponsSpawner.pwn>
- #include <SAPData/Gameplay/Teleports.pwn>
- #include <SAPData/Gameplay/DamageSystem.pwn>
- #include <SAPData/Gameplay/Duel.pwn>
- #include <SAPData/Gameplay/Stunt.pwn>
- // Anti-Cheat =============================================================================================
- // COMING SOOON....
- // GNU License ============================================================================================
- /**
- * Copyright (c) 2015-2016 San Andreas Playground
- *
- * This program is free software: you can redistribute it and/or modify it under the terms of the
- * GNU General Public License as published by the Free Software Foundation, either version 3 of the
- * License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without
- * even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License along with this program.
- * If not, see <http://www.gnu.org/licenses/>.
- */
- //=========================================================================================================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement