29.07.2013, 07:50
Bueno, estoy intentando pasar un valor por una funciуn, y que la modifique pero sin que la retorne
pero me da este error
y no se como se solucionarнa.
De antemano, Gracias.
Код:
stock ColocarAlgo(&str[])
{
//str = "Texto Aqui";
strmid(str, "Texto Aqui", 0, 10, 10);
}
public OnGameModeExit()
{
new st[10];
ColocarAlgo(st);
print(st);
return 1;
}
Код:
error 067: variable cannot be both a reference and an array (variable "str")
De antemano, Gracias.


