Now with 200% more color.
Clientside Functions:
mp.game.ui.notifications.show(message, flashing = false, textColor = -1, bgColor = -1, flashColor = [77, 77, 77, 200])
mp.game.ui.notifications.showWithPicture(title, sender, message, notifPic, icon = 0, flashing = false, textColor = -1, bgColor = -1, flashColor = [77, 77, 77, 200])
Serverside Functions:
player.notify(message, flashing = false, textColor = -1, bgColor = -1, flashColor = [77, 77, 77, 200])
player.notifyWithPicture(title, sender, message, notifPic, icon = 0, flashing = false, textColor = -1, bgColor = -1, flashColor = [77, 77, 77, 200])
As Events:
BN_Show(message, flashing = false, textColor = -1, bgColor = -1, flashColor = [77, 77, 77, 200])
BN_ShowWithPicture(title, sender, message, notifPic, icon = 0, flashin
Пока никто не оставил комментарий — станьте первым.