Error in code
#2

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:
pawn Код:
CreateVehicle(CarInfo[vehid][cModel],CarInfo[vehid][cLocationx],CarInfo[vehid][cLocationy],CarInfo[vehid][cLocationz]+1.0,CarInfo[vehid][cAngle],60000);
to:
pawn Код:
CreateVehicle(CarInfo[vehid][cModel],CarInfo[vehid][cLocationx],CarInfo[vehid][cLocationy],CarInfo[vehid][cLocationz]+1.0,CarInfo[vehid][cAngle],-1, -1, 60000);
You forgot 2 parameters: color1 and color2
Reply


Messages In This Thread
Error in code - by Jaskaran - 02.03.2014, 15:12
Re: Error in code - by Konstantinos - 02.03.2014, 15:15
Re: Error in code - by Jaskaran - 02.03.2014, 15:20

Forum Jump:


Users browsing this thread: 2 Guest(s)