01.01.2012, 14:26
(
Last edited by eDz0r; 01/01/2012 at 05:15 PM.
)
Deleted
public OnPlayerText(playerid, text[])
{
new string[128];
format(string, sizeof(string), "You say: %s", text);
SendChat(string);
return 1;
}