Argument mismatch problem
#1

I have a problem, i get this error yq10571.pwn(2395) : error 035: argument type mismatch (argument 1)

Line 2395 is mysql_query(SQL ,var);

and all the content is

public HUpdate(hid, type)
{
new var[256];
switch(type)
{
case hExitxx:
{
format(var, sizeof(var), "UPDATE `houses` SET `Exitx`='%f' WHERE `ID`='%d'",HouseInfo[hid][hExitx], hid);
mysql_query(SQL ,var);
}


help me with this error pls !!!
Reply


Messages In This Thread
Argument mismatch problem - by DilleeFTW - 12.12.2015, 22:46
Re: Argument mismatch problem - by saffierr - 12.12.2015, 22:59
Re: Argument mismatch problem - by DRIFT_HUNTER - 12.12.2015, 23:53
Re: Argument mismatch problem - by DilleeFTW - 13.12.2015, 08:00
Re: Argument mismatch problem - by DilleeFTW - 13.12.2015, 08:22

Forum Jump:


Users browsing this thread: 1 Guest(s)