SA-MP Forums Archive
more 1 warning - 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: more 1 warning (/showthread.php?tid=175719)



more 1 warning - Sparnex - 10.09.2010

C:\Documents and Settings\vladgamexp\Рабочий стол\Angel Pine RolePlay\pawno\include\streamer.inc(40 : warning 202: number of arguments does not match definition
what is mean?


Re: more 1 warning - Arrows73 - 10.09.2010

It means that you haven't given the necessary amount of parameters to a function

e.g.

GetPlayerHealth(playerid, Health); => No Error
GetPlayerHealth(playerid); => Error, you forgot ", Health"


Re: more 1 warning - Sparnex - 10.09.2010

how i can fix it?


Re: more 1 warning - miokie - 10.09.2010

By adding the right about of parameters to the function.


Re: more 1 warning - zack3021 - 10.09.2010

If you give use the code and the line we will be able to help you


Re: more 1 warning - Sparnex - 10.09.2010

how? i dont understand what you mean?


Re: more 1 warning - RSX - 11.09.2010

Quote:
Originally Posted by miokie
Посмотреть сообщение
By adding the right about of parameters to the function.
Another very cool post.

Untitled.pwn(46) : warning 202: number of arguments does not match definition
Code Name.pwn(Line num) : Error num:Error description
Ctr+G >> Input Line num, and then copy paste the line or function block here, or maybe you'll see the problem yourself.