Warning 204 : symbol is assigned a value that is never used: "Tuned"
#1

Код:
 warning 204: symbol is assigned a value that is never used: "Tuned"
The lines where "Tuned" is used:
Код:
 

     
     public OnGameModeInit()
     {
     Tuned = CreateVehicle(560,-1472.6376953125, 438.23937988281, 6.9924750328064, 268.69067382813,1,-1,60);
 	 AddVehicleComponent(560,1026);
  	 AddVehicleComponent(560,1027);
  	 AddVehicleComponent(560,1028);
     AddVehicleComponent(560,1032);
     AddVehicleComponent(560,1080);
     AddVehicleComponent(560,1138);
     AddVehicleComponent(560,1141);
     AddVehicleComponent(560,1171);
     ChangeVehiclePaintjob(560,2);
I know it looks like loose itendation ^ but its not in the code.
Whats Wrong with it?
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)