25.07.2014, 20:40
Here's the syntax of mysql_connect in PAWN
But you've only filled the 5 first parameters. There are 2 more that aren't filled.
pawn Код:
mysql_connect(host[], user[], database[], password[], port = 3306, bool:autoreconnect = true, pool_size = 2)