{"id":19227517,"url":"https://github.com/tankode/a3_notifications","last_synced_at":"2025-04-21T01:31:36.421Z","repository":{"id":79184349,"uuid":"82049108","full_name":"TanKode/a3_notifications","owner":"TanKode","description":"A notification system for Arma 3.","archived":false,"fork":false,"pushed_at":"2017-02-16T11:31:30.000Z","size":23,"stargazers_count":7,"open_issues_count":2,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-01T07:53:54.567Z","etag":null,"topics":["altis-life","altislife","arma","arma3","notification","notification-service","notifications"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/TanKode.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2017-02-15T10:34:15.000Z","updated_at":"2021-08-30T04:50:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"6d5ca22f-edf1-471d-a6b4-255a7a565ae7","html_url":"https://github.com/TanKode/a3_notifications","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TanKode%2Fa3_notifications","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TanKode%2Fa3_notifications/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TanKode%2Fa3_notifications/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/TanKode%2Fa3_notifications/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/TanKode","download_url":"https://codeload.github.com/TanKode/a3_notifications/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249982512,"owners_count":21355704,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["altis-life","altislife","arma","arma3","notification","notification-service","notifications"],"created_at":"2024-11-09T15:23:42.532Z","updated_at":"2025-04-21T01:31:36.412Z","avatar_url":"https://github.com/TanKode.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# A3 Notification System\n\n[![Travis](https://img.shields.io/travis/TanKode/a3_notifications.svg?style=flat-square)](https://travis-ci.org/TanKode/a3_notifications/branches)\n[![GitHub release](https://img.shields.io/github/release/TanKode/a3_notifications.svg?style=flat-square)](https://github.com/TanKode/a3_notifications/releases)\n[![license](https://img.shields.io/github/license/TanKode/a3_notifications.svg?style=flat-square)](https://github.com/TanKode/a3_notifications/blob/master/LICENSE)\n\nA user notification system for ArmA 3 to replace `hint` and offer a bit more styling.\n\n## Installation\n\nPut the file `fn_notification_system.sqf` in your mission into `tankode/fn_notification_system.sqf` and register it in your `CfgFunctions`.\n\n**Description.ext**\n```cpp\nclass CfgFunctions\n{\n    class TanKode {\n        tag = \"tankode\";\n        file = \"tankode\";\n        class notification_system {};\n    };\n};\n```\n\n## Usage\n\n### Parameters\n\n* **_text** `string` *required* text to display in the notification\n* **_type** `string` *optional - default: user-color* type of this notification or the color name or the color as array/object\n* **_speed** `integer` *optional - default: 10* time in seconds to show this notification\n\n### Examples\n\n```sqf\n// default color for 10 seconds\n[\"This is my notfication text.\"] call tankode_fnc_notification_system;\n\n// success color for 10 seconds\n[\"This is my notfication text.\", \"success\"] call tankode_fnc_notification_system;\n\n// indigo color for 5 seconds\n[\"This is my notfication text.\", \"indigo\", 5] call tankode_fnc_notification_system;\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftankode%2Fa3_notifications","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftankode%2Fa3_notifications","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftankode%2Fa3_notifications/lists"}