19.06.2011, 00:38
pawn Код:
//top
new Something[128];
//////////////////////////////////////////////////
//OnDialogResponse
Something = inputtext;
//some where in a command
format(string, sizeof(string), "the 'new Something': %s", Something);
Код:
Error Line: Something = inputtext; Error: array sizes do not match, or destination array is too small