more 1 warning
#1

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?
Reply
#2

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"
Reply
#3

how i can fix it?
Reply
#4

By adding the right about of parameters to the function.
Reply
#5

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

how? i dont understand what you mean?
Reply
#7

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.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)