Hi ich wollte grade fraktions auto für Hitman erstellen ...
Ich hab das schon mehrmals gemacht und es kamen keine errors jetzt auf einma kommt das:
error 025: function heading differs from prototype
public IsAHitcar(carid)
{
	for(new i = 0; i < sizeof(Hitcars); i++)
	{
		if(carid == Hitcars[i])
		{
			return 1;
 		}
	}
	return 0;
}
Bitte hilft mir ![]()