Jump to content

Chat censor problem


Weeeoooooo

Recommended Posts

so when you make a chat system and censor system in skript like
 

on chat:
	replace all "E" in message with "A"
	set chat format to "%player% -> %message%

the censor wont work so Awokens made this skript
 

on chat:
	set message to {_m}
	replace all "e" in {_m} with "a"
	set chat format to "%player% -> %{_msg}%

this censor will work

Link to comment
Share on other sites

1 minute ago, Weeeoooooo said:

so when you make a chat system and censor system in skript like
 


on chat:
	replace all "E" in message with "A"
	set chat format to "%player% -> %message%

the censor wont work so Awokens made this skript
 


on chat:
	set message to {_m}
	replace all "e" in {_m} with "a"
	set chat format to "%player% -> %{_msg}%

this censor will work

idk if this should go here or script releases

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...