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

About Us

Codefling is the largest marketplace for plugins, maps, tools, and more, making it easy for customers to discover new content and for creators to monetize their work.

Downloads
2.5m
Total downloads
Customers
11k
Customers served
Files Sold
158.3k
Marketplace sales
Payments
3.4m
Processed total
×
×
  • 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.