{"id":20463422,"url":"https://github.com/atiksoftware/sourcemode.css.noblock","last_synced_at":"2026-03-09T10:33:14.028Z","repository":{"id":166545366,"uuid":"123753981","full_name":"atiksoftware/sourcemode.css.noblock","owner":"atiksoftware","description":null,"archived":false,"fork":false,"pushed_at":"2018-03-04T03:43:07.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-01T05:44:17.040Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"SourcePawn","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/atiksoftware.png","metadata":{"files":{"readme":"README.txt","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-03-04T03:39:18.000Z","updated_at":"2018-03-04T03:43:08.000Z","dependencies_parsed_at":null,"dependency_job_id":"81f625bc-af1d-41ed-8873-dd7b6983a585","html_url":"https://github.com/atiksoftware/sourcemode.css.noblock","commit_stats":null,"previous_names":["atiksoftware/sourcemode.css.noblock"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/atiksoftware/sourcemode.css.noblock","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atiksoftware%2Fsourcemode.css.noblock","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atiksoftware%2Fsourcemode.css.noblock/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atiksoftware%2Fsourcemode.css.noblock/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atiksoftware%2Fsourcemode.css.noblock/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/atiksoftware","download_url":"https://codeload.github.com/atiksoftware/sourcemode.css.noblock/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/atiksoftware%2Fsourcemode.css.noblock/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30291807,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T13:11:04.438Z","updated_at":"2026-03-09T10:33:09.018Z","avatar_url":"https://github.com/atiksoftware.png","language":"SourcePawn","funding_links":[],"categories":[],"sub_categories":[],"readme":"\nDescription\n-----------\n    NoBlock plugin removes player vs. player collisions.\n    Usefull for Surf servers.\n\n    http://forums.alliedmods.net/showthread.php?t=91617\n    \nCommands and Cvars\n------------------\n    sm_noblock_version              - NoBlock version.\n    \n    sm_noblock                      - Removes player vs. player collisions. (Default: 1)\n    sm_noblock_allow_block          - Allow players to use say !block. (Default: 1)\n    sm_noblock_allow_block_time     - Time limit to say !block command. (Default: 20)\n    sm_noblock_blockafterspawn_time - Disable blocking only for that time from spawn.\n                                      (Default: 0; 0 = disabled)\n    sm_noblock_nades                - Removes player vs. nade/flash/smoke collisions. (Default: 1)\n    sm_noblock_hostages             - Removes player vs. hostage collisions. (Default: 0) - Only set this to 1 if you need it.\n    \n    say !block                      - Enable/Disable player vs. player collisions.\n\nRequirements\n------------\n    * Counter-Strike: Source\n    * SourceMod 1.2.0\n    * You need extension SDK Hooks 1.3 (Updated 2010-05-12) or later\n      https://forums.alliedmods.net/showthread.php?t=106748\n\nChangelog\n---------\n    1.4.2:\n        * Fixed\n            L 09/21/2010 - 19:27:08: [SM] Native \"GetEdictClassname\" reported: Invalid edict (209 - 209)\n            L 09/21/2010 - 19:27:08: [SM] Displaying call stack trace for plugin \"noblock.smx\":\n            L 09/21/2010 - 19:27:08: [SM] [0] Line 317, noblock.sp::UnblockHostages()\n            L 09/21/2010 - 19:27:08: [SM] [1] Line 189, noblock.sp::OnRoundStart()\n\n    1.4.1:\n        * Refactoring.\n\n    1.4.0:\n        + Added cvars: sm_noblock_nades, sm_noblock_hostages. Thanks to GoD-Tony.\n\n    1.3.0:\n        + Add sm_noblock_blockafterspawn_time variable to disable noblock for spawned player\n            after some time.\n        * Fixed two minor bugs.\n    \n    1.2.0:\n        * Enables/disables all players blocking when cvar sm_noblock is changed.\n          It is now not needed to wait until next respawn.\n        * Code improved. Fixed bugs:\n            1) L 06/27/2008 - 13:16:50: [SM] Native \"GetClientUserId\" reported: Client 2 is not connected\n            2) L 06/27/2008 - 13:43:50: [SM] Native \"PrintToChat\" reported: Client 2 is not in game\n            3) L 07/02/2008 - 20:40:33: [SM] Native \"SetEntData\" reported: Entity 2 is invalid\n            4) L 07/15/2008 - 23:02:23: [SM] Native \"CloseHandle\" reported: Handle 253e00a2 is invalid (error 3)\n            5) L 09/08/2008 - 15:36:25: [SM] Plugin encountered error 15: Array index is out of bounds\n        \n    1.1.1:\n        + Added sm_noblock_version.\n        \n    1.0.0:\n        + Added sm_noblock_allow_block, sm_noblock_allow_block_time to allow players to use say !block command.\n        + If player already blocking say !block disables blocking.\n\nCredits\n-------\n    * Thanks to GoD-Tony for adding cvars: sm_noblock_nades, sm_noblock_hostages.\n\n    * Thanks to sslice for No Block plugin till version 1.0.0.0.\n      http://forums.alliedmods.net/showthread.php?t=53721\n      NoBlock is based on its source code.\n\n    \nTODO\n----\n    + Add version without SDKHooks. Add define.\n    + Feature request\n        Could you add cvar vice versa ?\n        If sm_noblock_blockafterspawn_time 0 (disabled)\n        and player can use chat command !noblock\n        player temporary can go through other players\n    * Fix bug:\n        L 11/04/2009 - 23:09:42: Error log file session closed.\n        L 11/04/2009 - 23:09:53: SourceMod error session started\n        L 11/04/2009 - 23:09:53: Info (map \"surf_sandman_v2\") (file \"errors_20091104.log\")\n        L 11/04/2009 - 23:09:53: [SM] Native \"CloseHandle\" reported: Handle e0000b5 is invalid (error 3)\n        L 11/04/2009 - 23:09:53: [SM] Displaying call stack trace for plugin \"noblock.smx\":\n        L 11/04/2009 - 23:09:53: [SM]   [0]  Line 73, noblock.sp::OnSpawn()\n        L 11/04/2009 - 23:09:56: [SM] Native \"CloseHandle\" reported: Handle e0000b5 is invalid (error 1)\n        L 11/04/2009 - 23:09:56: [SM] Displaying call stack trace for plugin \"noblock.smx\":\n        L 11/04/2009 - 23:09:56: [SM]   [0]  Line 73, noblock.sp::OnSpawn()\n        L 11/04/2009 - 23:10:43: [SM] Native \"CloseHandle\" reported: Handle e0000b5 is invalid (error 1)\n        L 11/04/2009 - 23:10:43: [SM] Displaying call stack trace for plugin \"noblock.smx\":\n        L 11/04/2009 - 23:10:43: [SM]   [0]  Line 73, noblock.sp::OnSpawn()\n        L 11/04/2009 - 23:14:48: [SM] Native \"CloseHandle\" reported: Handle e0000b5 is invalid (error 1)\n        L 11/04/2009 - 23:14:48: [SM] Displaying call stack trace for plugin \"noblock.smx\":\n        L 11/04/2009 - 23:14:48: [SM]   [0]  Line 73, noblock.sp::OnSpawn()\n        L 11/04/2009 - 23:18:52: [SM] Native \"CloseHandle\" reported: Handle e0000b5 is invalid (error 1)\n        L 11/04/2009 - 23:18:52: [SM] Displaying call stack trace for plugin \"noblock.smx\":\n        L 11/04/2009 - 23:18:52: [SM]   [0]  Line 73, noblock.sp::OnSpawn()\n        L 11/04/2009 - 23:25:11: [SM] Native \"CloseHandle\" reported: Handle e0000b5 is invalid (error 1)\n        L 11/04/2009 - 23:25:11: [SM] Displaying call stack trace for plugin \"noblock.smx\":\n        L 11/04/2009 - 23:25:11: [SM]   [0]  Line 73, noblock.sp::OnSpawn()\n    * Fix bug:\n        L 08/08/2009 - 00:11:56: [SM] To enable debug mode, edit plugin_settings.cfg,\n        or type: sm plugins debug 3 on\n        L 08/08/2009 - 00:15:37: [SM] Native \"CloseHandle\" reported: Handle d9d00a8 is\n        invalid (error 3)\n        L 08/08/2009 - 00:15:37: [SM] Debug mode is not enabled for \"noblock.smx\"\n        L 08/08/2009 - 00:15:37: [SM] To enable debug mode, edit plugin_settings.cfg,\n        or type: sm plugins debug 3 on\n        L 08/08/2009 - 00:17:16: [SM] Native \"CloseHandle\" reported: Handle d9d00a8 is\n        invalid (error 1)\n        L 08/08/2009 - 00:17:16: [SM] Debug mode is not enabled for \"noblock.smx\"\n    + Feature request\n        hi plugin is very nice... i miss a thing... when sm_noblock changed to 1/0 it\n        shows in chatarea (css) \"server cvar sm_noblock changed to 1/0\" or like\n        this... can u add a feature to the plugin that ther can be shown \"NoBlock is\n        now enabled/disabled\" and that with colours? like green or so?\n    * Add functionality to check players positions and turn off noblock just for players that has no \n        collisions with each other. Enable this only if sm_noblock_blockafterspawn_time otpion is \n        enabled.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatiksoftware%2Fsourcemode.css.noblock","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fatiksoftware%2Fsourcemode.css.noblock","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fatiksoftware%2Fsourcemode.css.noblock/lists"}