[PLEASE HELP!!!]Error 008! +rep
#1

Hey all,
I'm trying to make a new function for may gamemode and when compile, my function gives me this error:
Код:
D:\Program Files\Rockstar Games\GTA San Andreas\server\pawno\include\bgedition.inc(203) : error 008: must be a constant expression; assumed zero
there is the function
Код:
196 stock DatabaseTable(connection, action[], tbname[], string[]) {
197	new query[1500], bool:Action = false;
198	if(strfind(action, "create", true)) {
199		Action = true;
200		mysql_format(connection, query, sizeof(query), "CREATE TABLE IF NOT EXISTS `%s`(%s)", tbname, string);
201		mysql_tquery(connection, query, "", "");
202	}
203	#if Action == false
204		#error DatabaseTable: The action is invalid!
205	#endif
206	return 1;
207 }
Can anyone help me, please?
Reply


Messages In This Thread
[PLEASE HELP!!!]Error 008! +rep - by bgedition - 27.05.2015, 13:14
Re: [PLEASE HELP!!!]Error 008! +rep - by Vince - 27.05.2015, 13:46
Re: [PLEASE HELP!!!]Error 008! +rep - by bgedition - 27.05.2015, 13:47
Re: [PLEASE HELP!!!]Error 008! +rep - by Vince - 27.05.2015, 13:50
Re: [PLEASE HELP!!!]Error 008! +rep - by bgedition - 27.05.2015, 14:01
Re: [PLEASE HELP!!!]Error 008! +rep - by Luis- - 27.05.2015, 14:06
Re: [PLEASE HELP!!!]Error 008! +rep - by Cookland - 27.05.2015, 14:07

Forum Jump:


Users browsing this thread: 1 Guest(s)