C:\Users\James\Desktop\RP Script\gamemodes\rp.pwn(54) : error 029: invalid expression, assumed zero C:\Users\James\Desktop\RP Script\gamemodes\rp.pwn(54) : warning 215: expression has no effect C:\Users\James\Desktop\RP Script\gamemodes\rp.pwn(54) : error 029: invalid expression, assumed zero C:\Users\James\Desktop\RP Script\gamemodes\rp.pwn(54) : warning 215: expression has no effect C:\Users\James\Desktop\RP Script\gamemodes\rp.pwn(54) : error 029: invalid expression, assumed zero C:\Users\James\Desktop\RP Script\gamemodes\rp.pwn(54) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
sqlConnection = mysql_connect(SQL_HOST, SQL_USER, SQL_DB, SQL_PASSWORD);
mysql_connect(const host[], const user[], const password[], const database[])
|
https://sampwiki.blast.hk/wiki/MySQL#mysql_connect
Код:
mysql_connect(const host[], const user[], const password[], const database[]) |
sqlConnection = mysql_connect(SQL_HOST, SQL_USER, SQL_PASSWORD, SQL_DB);