05.04.2015, 09:39
I was making a message script where you have a function:
What i want is to split the array, for example:
But i can't, it gives me array dimensions do not match! Any help..
pawn Код:
MessageData(playerid, array[]);
pawn Код:
new message[][15] =
{
"hello",
"hi"
}
MessageData(playerid, message);