SA-MP Forums Archive
[mySQL] error 035: argument type mismatch (argument 1) - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [mySQL] error 035: argument type mismatch (argument 1) (/showthread.php?tid=168373)



[mySQL] error 035: argument type mismatch (argument 1) - DiddyBop - 16.08.2010

Title says error.

Line of error

pawn Код:
mysql_fetch_field("AdminLevel", DataString);
using g-stylezzz mysql plugin.

what could be causing this? i tried it without Datastring[], with only datastring, ect.. no luck...


Re: [mySQL] error 035: argument type mismatch (argument 1) - DiddyBop - 16.08.2010

stop answering simple stuff ppl and halp meh.


Re: [mySQL] error 035: argument type mismatch (argument 1) - Hijolion - 16.08.2010

just wait for replies..


Re: [mySQL] error 035: argument type mismatch (argument 1) - billiout - 16.08.2010

i dont know how to use the sql plugins but are you sure you are using g-stylezzz plugin and not from StrickenKid because the fuction is from StrickenKid plugin http://forum.sa-mp.com/showthread.ph...ql_fetch_field

native mysql_fetch_field(const fieldname[], dest[], MySQL:handle = MySQL:0);


Re: [mySQL] error 035: argument type mismatch (argument 1) - DiddyBop - 16.08.2010

alright thanks. Ill look into its.