Jump to content

Sept update Toast Messages

Pending 1.2.0

MrLiquid
MrLiquid

Posted

Since rust update today, Toast (game tip) Messages no longer work

Jbird

Posted

20 hours ago, MrLiquid said:

Since rust update today, Toast (game tip) Messages no longer work

Try changing this in the plugin CS file.

Change this...

if (_config.GameTip.IsGameTip) player.SendConsoleCommand("gametip.showtoast", _config.GameTip.Style, ClearColorAndSize(message));

..to this..

if (_config.GameTip.IsGameTip) player.SendConsoleCommand("gametip.showtoast", _config.GameTip.Style, ClearColorAndSize(message), string.Empty);

..then let me know if that fixes it if you would.

Jbird

Posted

1 hour ago, MrLiquid said:

Fixed, many thanks

You're welcome, glad to hear it!

Will be some updates coming out to sort out a couple things this issue included so thank you for bringing it to our attention.

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.3k

Files Sold

Total number of files sold.

2m

Payments Processed

Total payments processed.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.