Hello,
I would like to personalize this plugin a tiny bit and was looking at the code for how to force the "Codelock placed with code: 1234" to be sent from specific steam id. Is this possible?
I figured this would need a bit of change to make it a SendReply or constructMsg() instead?
Would appreciate all help
I would like to personalize this plugin a tiny bit and was looking at the code for how to force the "Codelock placed with code: 1234" to be sent from specific steam id. Is this possible?
I figured this would need a bit of change to make it a SendReply or constructMsg() instead?
Player.ChatMessage(string.Format(lang.GetMessage("CodeAdded", this, Player.UserIDString), Player.net.connection.info.GetBool("global.streamermode") ? "****" : pCode.Code));Would appreciate all help