diff --git a/LICENSE b/LICENSE deleted file mode 100644 index cb3e2e4..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -MIT License - -Copyright (c) 2016 Alex Martin - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, -FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. diff --git a/ac_config.ini b/ac_config.ini deleted file mode 100644 index 04e4e2b..0000000 --- a/ac_config.ini +++ /dev/null @@ -1,10 +0,0 @@ -[defaults] -main_ac_checks = 0 -inf_sprint = 1 -sprint_all_surfaces = 1 -macro_limits = 1 -switch_reload = 1 -crouch_bug = 9999 -frame_limit = 9999 -vehicle_blips = 1 -sprint_speed_limit = 0 diff --git a/sa-mp.code-workspace b/sa-mp.code-workspace new file mode 100644 index 0000000..88249c5 --- /dev/null +++ b/sa-mp.code-workspace @@ -0,0 +1,30 @@ +{ + "folders": [ + { + "path": "." + } + ], + "settings": { + "files.exclude": { + "**/.git": true, + "**/.gitignore": true, + "**/.svn": true, + "**/.hg": true, + "**/CVS": true, + "**/.DS_Store": true, + "**/npcmodes": true, + "**/plugins": true, + "**/archive": true, + "**/old_pawn": true, + "**/*.exe": true, + "**/*.dll": true, + "**/*.so": true, + "**/*.pdb": true, + "**/*.amx": true, + "**/*.rar": true, + "**/*.zip": true, + "**/*.*.old": true, + "include": true, + } + } +} \ No newline at end of file