07.11.2015, 18:31
Do like this, sorry for that.
The warning says you're trying to pass a variable with type 'Integer' to arg type 'string / array' so it throws that warning.
and about 69-128 its the length of the string/array
PHP код:
new
password [128];
format(password, sizeof(password), "%s", strval( params[ idx + 1 ] ));
and about 69-128 its the length of the string/array