FIXED!
Just removed the &
Just removed the &
Code:
new string1[15],string2[15];
stock MyFunction(string1[15],string2[15])
{
//Some code
string1 ="Hello";
string2 ="Hello 2";
}