26.05.2010, 15:05
No idea what the problem is..
error:
script:
error:
Код:
error 035: argument type mismatch (argument 2)
pawn Код:
forward ActionUpdate(const string[]);
public ActionUpdate(const string[])
{
TextDrawSetString(updatebox, string); // error line
TextDrawShowForAll(updatebox);
return 1;
}