20.07.2010, 14:13
Hi there, i need your help i've got this
Now if someone says idiot, you get an answer in half a second, BUT the word idiot still displays, and thats what i want to be replaced, i want idiot replaced by (censored) so if you say "you idiot" you get "you (censored)"
pawn Code:
if (strfind(text, "idiot") != -1)
{
new name[MAX_PLAYER_NAME];
GetPlayerName(playerid, name, sizeof(name));
SetTimer("Botanswer3",500,false);
//SendChat(string);
}