dimanche 17 juillet 2016

error 035: argument type mismatch (argument 3)

Hello, can someone tell me how to fix these errors:-

PHP Code:

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 Code:

public OnFilterScriptInit()
{
    
mysql_log(LOG_ERROR LOG_WARNING);        //>>>>>>>>>>>>>>>>LINE 75
    
mysql mysql_connect(MYSQL_HOSTMYSQL_USERMYSQL_DATABASEMYSQL_PASSWORD);
    if(
mysql_errno() != 0)
    { 

PHP Code:

    new query[180];
    
mysql_format(mysqlquerysizeof(query), "SELECT * FROM `mobile`""LoadNumbers""i"playerid);    >>>>>>>line 2103
    
return 1;

Let's block ads! (Why?)



error 035: argument type mismatch (argument 3)

Aucun commentaire:

Enregistrer un commentaire