Onforum.net - Web and gaming resource community

Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your own topics and posts, as well as connect with other members .

Notification system for your server RAGE:MP

ZaraZa

Administrator
Administrator
Credits
290
Install:
Dezarhivați în folderul : client_packages/cef/notifi
Inserați acest cod în oricare fișier (index.js) din client:
JavaScript:
const br_notify = mp.browsers.new("package://cef/notifi/index.html");
mp.events.add("CEF:NOTIFI:ADD", (type, time, message, title) => {
br_notify.call("addNotifi", type, time, message, title);
});
mp.events.call("CEF:NOTIFI:ADD", "warning", 3000, "Text", "Notification");
mp.events.call("CEF:NOTIFI:ADD", "error", 3000, "Text Error!", "Error!");
mp.events.call("CEF:NOTIFI:ADD", "success", 3000, "Text succes!", "Succes!");


Server call:
JavaScript:
mp.events.add("playerReady", player => {
player.call("CEF:NOTIFI:ADD", ["warning", 3000, "Text", "Notification"]);
player.call("CEF:NOTIFI:ADD", ["error", 3000, "Text Error!", "Error!"]);
player.call("CEF:NOTIFI:ADD", ["success", 3000, "Text succes!", "Succes!"]);
});


Download:
 
Top

Dear User!

We found that you are blocking the display of ads on our site.

Please add it to the exception list or disable AdBlock.

The advertises that you'll see aren't intrusive they just help us to keep the community alive

If you don't want to see those ads just buy an upgrade.

Thank you for understanding!

Slait

Slait Purchase

User upgrade! at

🔥 Upgrade Now
edemhu

edemhu Purchase

User upgrade! at

🔥 Upgrade Now
maxpoint012

maxpoint012 Purchase

User upgrade! at

🔥 Upgrade Now