25.08.2011, 22:51
Why not just leave it like this? And are you declaring the variable text as text[128]?
pawn Код:
public OnPlayerText(playerid, text[])
{
printf("[CHAT] %s", text);
return 1;
}