#1

Код:
C:\Users\Admin\Desktop\trd\gamemodes\trd.pwn(1775) : error 025: function heading differs from prototype
What seems to be the problem here?
Reply
#2

Well, show us the public function

The error arise when you do sth like this:

Код:
forward x(playerid);
public x() //here are the Parameters diffrent from the forward (prototype) :)
{

}
PS: When it is an samp callback, maybe update your includes

Greekz
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)