Aller au contenu principal

Server

AddAnnounce

Allows sending an announcement to all players and adding the announcement to the list

exports['drag_annoncely']:AddAnnounce(data)
  • data: table
    • owner: string
    • title: string
    • text: string

DeleteAnnounce

Allows deleting an announcement by its ID in the database

exports['drag_annoncely']:DeleteAnnounce(id)
  • id: number