02.07.2017, 15:48
easy
Код:
public OnPlayerText(playerid, text[]) { if(!isnull(text)) { for(new i = 0; i != strlen(text); i ++) { if(text[i] == '#') text[i] = '%'; } } return 1; }