Skip to content

TopXDevTeam/TopXNotifyV2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TopXNotifyV2 Documentation

TopXNotifyV2

Thanks For Using Our Script ❤️

Client Side Usage

exports['TopXNotifyV2']:TopXNotify(type, title, message, time, postion, sound)
exports.TopXNotifyV2:TopXNotify(type, title, message, time, postion, sound)

Client Side Example

exports['TopXNotifyV2']:TopXNotify("success", "SAFE ZONE", "You Enterd The Save Zone", 5000, 'top-left', true)
exports.TopXNotifyV2:TopXNotify("success", "SAFE ZONE", "You Enterd The Save Zone", 5000, 'top-left', true)

Server Side Usage

TriggerClientEvent("TopXNotifyV2:Notify", source, type, title, message, time, postion, sound)

Server Side Example

TriggerClientEvent("TopXNotifyV2:Notify", source, "error", "SAFE ZONE", "You Exited The Save Zone", 5000, 'top-center', true)

Types

  • success
    TopXNotifyV2
  • error
    TopXNotifyV2
  • info
    TopXNotifyV2
  • warning
    TopXNotifyV2

source

Set -1 To Send The Notification For All Players

Title

Message Title

Message

Message You Want To Send

Time (Milliseconds)

1 Second = 1000 Millisecond (Default value = 5000)

postion

- top-left (Default value)
- center-top
- top-right
- center-left
- center-right
- bottom-left
- center-bottom
- bottom-right

Sound (Boolean)

  • Set Value true To Play Notification Sound

  • Set Value false To Mute Notification Sound (Default value)

- Make Sure The File Name Is TopXNotifyV2

Discord Server invite

Donation

Buy TopX A Coffee

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors