Jump to content

Toast Messages

Pending 2.3.2

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.

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.