error 025: function heading differs from prototype
#1

Fixed thanks for the help SAMP forums.
Reply
#2

In which line is the error?
Reply
#3

the error is showing on the public TutorialLoop(playerid)
Reply
#4

You need to forward it correctly.
pawn Код:
forward TutorialLoop(playerid); // Placed above your callback, or more preferably, in the top portion of your script.
I'm assuming you didn't...
Reply
#5

If he didn't that wound give him an other error. like that
Код:
warning 235: public function lacks forward declaration (symbol "vdav")
O.T:
I didn't find anything wrong on the function which is confusing.
Reply
#6

Quote:
Originally Posted by Gangster-rocks
Посмотреть сообщение
If he didn't that wound give him an other error. like that
Код:
warning 235: public function lacks forward declaration (symbol "vdav")
Prove it in this case please.

I have reproduced the error, and the solution I gave solves it.
Reply
#7

thanks guys its fixed.


Quote:
Originally Posted by DBan
Посмотреть сообщение
That is a warning... he is getting an error.
nah something i forgot
Код:
forward TutorialLoop()
public TutorialLoop(playerid)
i think thats why it was giving me that error. just missed the playerid on forward thanks for the help guys
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)