Rabek009 / MoreGamemodes

More Gamemodes is the Among Us mod that addes new gamemodes. Only host need to have mod to work.
GNU General Public License v3.0
20 stars 11 forks source link

Can i port the proximity chat for tohe? #15

Closed PHGaming121 closed 6 months ago

PHGaming121 commented 8 months ago

Well, i tried porting the proximity chat from this mod to tohe, but i didnt suceed.

Is there any way that i can do this?

Rabek009 commented 8 months ago

Yes, you have to replace Main.ProximityMessages[pc.PlayerId].Add((toSend, 0f)); in SendProximityMessage() with pc.Notify(toSend, 3f + (toSend.Length / 10f));