01.01.2012, 14:29
this is not working
pawn Code:
public OnPlayerText(playerid, text[])
{
new string[128];
format(string, sizeof(string), "You say: %s", text);
SendChat(string);
return 1;
}