09.06.2009, 19:55
i can't write any messages in my server, for example, i write ''hello'' and nothing happens, but commands work perfectly!
what could be wrong?
what could be wrong?
Originally Posted by Miokie*
Does your OnPlayerText Public Return 0?
|
public OnPlayerText
public OnPlayerText(playerid, text[])
{
return 1;
}