MySQL, Undefined symbol, and more errors
#2

";" is a way of saying to compiler that we reached end of statement.

pawn Код:
new a;
new b[32];
You can create two variables without having to repeat "new" keyword, using a comma

pawn Код:
new a, b[32];
But you have a typo, and did

pawn Код:
new a; b[32];
Change it to comma and you're good to go.
Reply


Messages In This Thread
MySQL, Undefined symbol, and more errors - by XHunterZ - 03.09.2016, 08:29
Re: MySQL, Undefined symbol, and more errors - by Misiur - 03.09.2016, 08:33
Re: MySQL, Undefined symbol, and more errors - by XHunterZ - 03.09.2016, 08:35
Re: MySQL, Undefined symbol, and more errors - by XHunterZ - 03.09.2016, 08:38
Re: MySQL, Undefined symbol, and more errors - by Shinja - 03.09.2016, 08:49
Re: MySQL, Undefined symbol, and more errors - by Sanady - 03.09.2016, 08:51
Re: MySQL, Undefined symbol, and more errors - by XHunterZ - 03.09.2016, 10:32

Forum Jump:


Users browsing this thread: 2 Guest(s)