Hallo,
ich habe einen genialen Error wie kann ich es beheben ?
E:\includes\realllife.pwn(37350) : error 025: function heading differs from prototype
E:\includes\realllife.pwn(37355) : error 025: function heading differs from prototype
E:\includes\realllife.pwn(37360) : error 025: function heading differs from prototype
Zeilen
public doorzu(playerid)
{
MoveObject(door1,228.33190917969, 151.1586151123, 1003.6817626953,4);
return 1;
}
public doorzu2(playerid)
{
MoveObject(door2,228.29397583008, 161.22297668457, 1003.6817626953,4);
return 1;
}
public doorzu3(playerid)
{
MoveObject(door3,231.34274291992, 169.92364501953, 1003.6817626953,4);
return 1;
}
immer wo das Move...
LG