error 035: argument type mismatch (argument 3)
#1

Hello, can someone tell me how to fix these errors:-
PHP код:
D:\roleplay\[GAMEMODE]\filterscripts\PhoneSystem.pwn(75) : error 017undefined symbol "mysql_log"
D:\roleplay\[GAMEMODE]\filterscripts\PhoneSystem.pwn(2103) : error 035argument type mismatch (argument 3)
Pawn compiler 3.2.3664              Copyright (c1997-2006ITB CompuPhase
2 Errors

Here's the code:-
PHP код:
public OnFilterScriptInit()
{
    
mysql_log(LOG_ERROR LOG_WARNING);        //>>>>>>>>>>>>>>>>LINE 75
    
mysql mysql_connect(MYSQL_HOSTMYSQL_USERMYSQL_DATABASEMYSQL_PASSWORD);
    if(
mysql_errno() != 0)
    { 
PHP код:
    new query[180];
    
mysql_format(mysqlquerysizeof(query), "SELECT * FROM `mobile`""LoadNumbers""i"playerid);    >>>>>>>line 2103
    
return 1;

Reply


Messages In This Thread
error 035: argument type mismatch (argument 3) - by xXtremeXx - 17.07.2016, 20:00
Re: error 035: argument type mismatch (argument 3) - by K0P - 17.07.2016, 20:03
Re: error 035: argument type mismatch (argument 3) - by xXtremeXx - 17.07.2016, 20:12

Forum Jump:


Users browsing this thread: 1 Guest(s)