SA-MP Forums Archive
warning 202: number of arguments does not match definition - 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)
+--- Thread: warning 202: number of arguments does not match definition (/showthread.php?tid=599028)



warning 202: number of arguments does not match definition - Pelle00 - 19.01.2016

I have a problem with warning 202: number of arguments does not match definition
and I am a beginner in mysql
image




Re: warning 202: number of arguments does not match definition - Pelle00 - 19.01.2016

HELP!!! It's an emergency!!!


Re: warning 202: number of arguments does not match definition - Vince - 19.01.2016

number = amount of
arguments = things you insert between the brackets separated by commas
does not match = is not the same as
definition = what the function says it should be

Ergo: look up the function, look up what the arguments should be and also count them.