Change Notifications
Last updated
Last updated
This step is very simple, but if you need help, contact your trusted developer.
All Quasar Assets have the same notification system in the same place, which we can freely configure using three options, information, success and error.
This is simple, all configurable notifications can be found in any of our assets in client/custom/framework/*.lua, in the SendTextMessage function.
For example, we can edit to add a new notify system by deleting the current notifications and adding our own manually.