Report reply Sandoxus Posted February 22 I'm trying to find out how to change the RustRewards happyhour notification. When printing out in chat it prints RustRewards:: Happy Hour has started. I'm trying to remove the second : so it looks like RustRewards: Happy Hour has started. There's no extra : in the lang folder so I'm assuming it's something hard coded in the plugin Quote Share this comment Link to comment
Report reply Mals Posted February 23 It always adds a : so make sure there is none in the Prefix. Here is the code: mess = String.Concat( prestring ?? blnk , Lang("Prefix", player.UserIDString) ?? blnk , ": " , midstring ?? blnk, Lang(key, player.UserIDString) ?? blnk, poststring ?? blnk); Quote Share this comment Link to comment
Report reply Mals Posted February 25 Changed Status from Pending to Closed Quote Share this comment Link to comment
Report reply Mals Posted February 25 After removing the full colon from the prefix if it is still an issue for it ping me and I reopen this. Please attach the lang file and config and I will run it on my test server. Quote Share this comment Link to comment