co_notify

screen shot 2017-08-07 at 12 18 15 pm SMS APP screen shot 2017-08-07 at 12 18 15 pm YouTube screen shot 2017-08-07 at 12 18 15 pm Twitter

NoPixel style phone notification.

[CLIENT] Send notification to player

exports['co_notify']:SendNotify('mesaj', "Title", "message")

[SERVER] Send message to source player.

TriggerClientEvent('co_notify:client:SendNotifys', source, { app = "twitter" , title = "Title", content = "message"   })

[SERVER] Send message to all players.

TriggerClientEvent('co_notify:client:SendNotifys', -1, { app = "twitter" , title = "Title", content = "message"  })

Sayaç