okokNotify help with paycheck.lua

Hello guys, so i want to change the normal Paycheck notification, to okokNotify, but i just cant figure this out how to add salary in the Notification

Normal Notifcation Code

TriggerClientEvent('esx:showAdvancedNotification', xPlayer.source, _U('bank'), _U('received_paycheck'), _U('received_salary', salary), 'CHAR_BANK_MAZE', 9)

okokNotify CODE

TriggerClientEvent('okokNotify:Alert', source, "Title", "Message", Time, 'Type')

If anybody know this please help me

1 Like

I have no idea how okokNotify works, that’s why you should from the author as it is a paid resource.
Anyway, you can try this

TriggerClientEvent(‘okokNotify:Alert’, xPlayer.source, _U(‘received_paycheck’), _U(‘received_salary’, salary), 5, ‘inform’)

I don’t have any idea that will it work but you can always try.

Sadly it didnt work, but thanks for your time and effort

TriggerClientEvent(‘okokNotify:Alert’, source, “Bank”, xPlayer.source, _U(‘received_paycheck’), _U(‘received_salary’, salary), 5000, ‘success’)

Try this should work

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.