14.10.2018, 18:09
When I use this in "OnPlayerText" it gives me error "error 047: array sizes do not match, or destination array is too small"
I put "TestText (text [145])" and follow the error.
PHP Code:
public OnPlayerText(playerid, text[])
{
TestText(text);
return 0;
}