04.06.2015, 00:26
I have just started to re-script my script into mysql after Y-Less
Anyway, i got this
And the code....
I know that I have to add connection handle, but what is it?!
Anyway, i got this
Код:
D:\samp037_svr_R1_win32\gamemodes\FM.pwn(703) : error 035: argument type mismatch (argument 1) D:\samp037_svr_R1_win32\gamemodes\FM.pwn(703) : error 035: argument type mismatch (argument 2) D:\samp037_svr_R1_win32\gamemodes\FM.pwn(704) : error 035: argument type mismatch (argument 1)
PHP код:
mysql_format(check, sizeof(check),"SELECT * FROM users WHERE pName = '%s'",PlayerName(playerid));
new Cache:query = mysql_query(check);