What is problem??
#1

Error:
Код:
warning 202: number of arguments does not match definition
on line:
Код:
dini_Remove("%sban.ini", name);
Thanks
Reply
#2

PHP код:
new string[128];
format(stringsizeof(string), %sban.ini”name);
dini_Remove(string); 
You have to use format, dini_Remove only has one parameter.
Reply
#3

Quote:
Originally Posted by Luis-
Посмотреть сообщение
PHP код:
new string[128];
format(stringsizeof(string), %sban.ini”name);
dini_Remove(string); 
You have to use format, dini_Remove only has one parameter.
Thanks!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)