ok, never seen this error before! help! :)
#1

(1016) : error 025: function heading differs from prototype

okay... wtf does that mean! :L

thanks lol
Reply
#2

you created a stock or a forward and next you didn't call it the right way. Post the whole code.
Reply
#3

That your public differs from your forward or native.
Reply
#4

For example:

You have created a public:


public Smth( playerid, vehicleid )

and forward:

forward Smth( playerid );

There isnt a 'vehicleid' param in forward, so its will be very same with ur public
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)