02.03.2014, 15:15
You could've posted the line that gave the warning atleast instead of letting the users keep looking your code to find the line...
Change:
to:
You forgot 2 parameters: color1 and color2
Change:
pawn Код:
CreateVehicle(CarInfo[vehid][cModel],CarInfo[vehid][cLocationx],CarInfo[vehid][cLocationy],CarInfo[vehid][cLocationz]+1.0,CarInfo[vehid][cAngle],60000);
pawn Код:
CreateVehicle(CarInfo[vehid][cModel],CarInfo[vehid][cLocationx],CarInfo[vehid][cLocationy],CarInfo[vehid][cLocationz]+1.0,CarInfo[vehid][cAngle],-1, -1, 60000);