NotifyMe
NotifyMe is a AltV resource. It is for sending Notifications Server and Clientside
Install / Use
/learn @rodistic/NotifyMeREADME
<br />
<p align="center">
<h3 align="center">NotifyMe!</h3>
<p align="center">
NotifyMe is an resource for AltV. You can send Big/Little/Banner Notifications to your Users with it!
<br />

Usage
- Import NotifyMe
import * as notify from 'notify-me'
- Create your Notifications!
//Serverside
notify.bigNotification(player,'your header','your second text','type or blank');
notify.littleNotification(player,'your text', 'type or blank');
notify.bannerNotification(player,'your text', 'URL to Picture');
//Clientside
notify.bigNotification('your header','your second text','type or blank');
notify.littleNotification('your text', 'type or blank');
notify.bannerNotification('your text', 'URL to Picture');
//Types
info == Blue
danger == Red
success == Green
warning == Yellow
<!-- USAGE EXAMPLES -->
Example
import * as notify from 'notify-me';
alt.on('playerDeath', function(victim,killer){
notify.bigNotification(victim,'Bruh you just died','I guess thats sucks tho','danger');
notify.littleNotification(killer,'Now you have blood on your hands!','success');
})
Related Skills
node-connect
349.9kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
109.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
349.9kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
349.9kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
