Jump to content

Latest FP update

Closed 2.1.8 2.1.9

MrLiquid
MrLiquid

Posted

Since todays update, GameTips are not working, was there any changes to Rust that need updating maybe?

MrLiquid

Posted

I fixed it,

 

Anyone else having this problem, 

 

FIND this line 

 

public void PlayerSendGameTip(BasePlayer player, string message, bool isWarning = false) => player.SendConsoleCommand("showtoast", isWarning ? (int)GameTip.Styles.Red_Normal : (int)GameTip.Styles.Blue_Long, message);

 

and CHANGE TO

 

public void PlayerSendGameTip(BasePlayer player, string message, bool isWarning = false) => player.SendConsoleCommand("showtoast", isWarning ? (int)GameTip.Styles.Red_Normal : (int)GameTip.Styles.Blue_Long, message, false);

MON@H

Posted

Changed Status from Pending to Closed

Changed Fixed In to 2.1.9

1.4m

Downloads

Total number of downloads.

6.9k

Customers

Total customers served.

102.2k

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.