okokNotify
exports['okokNotify']:Alert('Title', 'Message', Time, 'type', playSound)
TriggerClientEvent('okokNotify:Alert', source, 'Title', 'Message', Time, 'type', playSound)
Time:
- 1000 = 1 second.
Types:
- success (green);
- info (blue);
- warning (yellow);
- error (red);
- phonemessage (orange);
- neutral (grey).
playSound - true/false.
Navigate to the config.lua file and just replicate the existing examples.
Make sure your server artifacts version is above the 5181.
Last modified 6mo ago