15.04.2009, 03:34
Whenever I compile, I get this; "error 025: function heading differs from prototype.
This is where it messes up...
public OnVehicleRespray(vehicleid, color1, color2)
{
for(new i = 0; i < sizeof(CarInfo); i++)
{
if(vehicleid == CarInfo[i][ownedvehicle])
I'm not sure what to do. I've used the search button, but everyone has a different way of fixing it.
This is where it messes up...
public OnVehicleRespray(vehicleid, color1, color2)
{
for(new i = 0; i < sizeof(CarInfo); i++)
{
if(vehicleid == CarInfo[i][ownedvehicle])
I'm not sure what to do. I've used the search button, but everyone has a different way of fixing it.