05.03.2012, 22:16
PREVIOUS POST IS SOLVED.
Now i created spawn points, everything its ok but when i compile (i also created vehicles) those warnings appears.
C:\Users\Prueba\Downloads\Gamemodes RP\Trucking - EDICIONES\pawno\include\PPC_GameModeInit.inc(302) : warning 217: loose indentation
C:\Users\Prueba\Downloads\Gamemodes RP\Trucking - EDICIONES\pawno\include\PPC_GameModeInit.inc(304) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Warnings.
Code:
// Add trailers and trucks to Shady Creek Depot (Class 7)
LastVehicleID = Vehicle_AddStatic(VehicleTrailerCargo, -1545.0, -2737.00, 49.0, 145.0, random(126), random(126), 600); // Cargo trailer
LastVehicleID = Vehicle_AddStatic(VehicleTrailerOre, -1540.9, -2739.87, 49.0, 145.0, random(126), random(126), 600); // Ore trailer
LastVehicleID = Vehicle_AddStatic(VehicleTrailerFluids, -1536.8, -2742.74, 49.0, 145.0, random(126), random(126), 600); // Liquids trailer
LastVehicleID = Vehicle_AddStatic(VehicleTrailerCargo, -1532.7, -2745.61, 49.0, 145.0, random(126), random(126), 600); // Cargo trailer
LastVehicleID = Vehicle_AddStatic(VehicleTrailerOre, -1528.6, -2748.48, 49.0, 145.0, random(126), random(126), 600); // Ore trailer
LastVehicleID = Vehicle_AddStatic(VehicleTrailerFluids, -1524.5, -2751.35, 49.0, 145.0, random(126), random(126), 600); // Liquids trailer
LastVehicleID = Vehicle_AddStatic(VehicleLineRunner, -1557.75, -2744.80, 49.0, 145.0, random(126), random(126), 600); // LineRunner
LastVehicleID = Vehicle_AddStatic(VehicleTanker, -1561.85, -2741.93, 49.0, 145.0, random(126), random(126), 600); // Tanker
LastVehicleID = Vehicle_AddStatic(VehicleRoadTrain, -1565.95, -2739.06, 49.0, 145.0, random(126), random(126), 600); // Roadtrain
LastVehicleID = Vehicle_AddStatic(VehicleLineRunner, -1570.05, -2736.19, 49.0, 145.0, random(126), random(126), 600); // LineRunner
LastVehicleID = Vehicle_AddStatic(VehicleTanker, -1574.15, -2733.32, 49.0, 145.0, random(126), random(126), 600); // Tanker
LastVehicleID = Vehicle_AddStatic(VehicleRoadTrain, -1578.25, -2730.45, 49.0, 145.0, random(126), random(126), 600); // Roadtrain
// Add roadtrains to LV deposito (Class
(302) LastVehicleID = Vehicle_AddStatic(VehicleRoadTrain, 2792.59, 2634.73, 11.84, 207.30, random(126), random(126), 600); // Roadtrain
LastVehicleID = Vehicle_AddStatic(VehicleRoadTrain, 2786.05, 2634.78, 11.83, 207.30, random(126), random(126), 600); // Roadtrain
(304) LastVehicleID = Vehicle_AddStatic(VehicleTrailerFluids, 2805.394, 2634.099, 11.915, 207.30, random(126), random(126), 600); // Liquids trailer
LastVehicleID = Vehicle_AddStatic(VehicleTrailerFluids, 2800.059, 2632.235, 11.922, 207.30, random(126), random(126), 600); // Liquids trailer
Bold letter means the created 'section' for these cars to spawn in that location
And the first part is the previous 'section' for other spawn point made by PPC.
I know that this is just a few of errors, but i want to keep it clean!
Now i created spawn points, everything its ok but when i compile (i also created vehicles) those warnings appears.
C:\Users\Prueba\Downloads\Gamemodes RP\Trucking - EDICIONES\pawno\include\PPC_GameModeInit.inc(302) : warning 217: loose indentation
C:\Users\Prueba\Downloads\Gamemodes RP\Trucking - EDICIONES\pawno\include\PPC_GameModeInit.inc(304) : warning 217: loose indentation
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
2 Warnings.
Code:
// Add trailers and trucks to Shady Creek Depot (Class 7)
LastVehicleID = Vehicle_AddStatic(VehicleTrailerCargo, -1545.0, -2737.00, 49.0, 145.0, random(126), random(126), 600); // Cargo trailer
LastVehicleID = Vehicle_AddStatic(VehicleTrailerOre, -1540.9, -2739.87, 49.0, 145.0, random(126), random(126), 600); // Ore trailer
LastVehicleID = Vehicle_AddStatic(VehicleTrailerFluids, -1536.8, -2742.74, 49.0, 145.0, random(126), random(126), 600); // Liquids trailer
LastVehicleID = Vehicle_AddStatic(VehicleTrailerCargo, -1532.7, -2745.61, 49.0, 145.0, random(126), random(126), 600); // Cargo trailer
LastVehicleID = Vehicle_AddStatic(VehicleTrailerOre, -1528.6, -2748.48, 49.0, 145.0, random(126), random(126), 600); // Ore trailer
LastVehicleID = Vehicle_AddStatic(VehicleTrailerFluids, -1524.5, -2751.35, 49.0, 145.0, random(126), random(126), 600); // Liquids trailer
LastVehicleID = Vehicle_AddStatic(VehicleLineRunner, -1557.75, -2744.80, 49.0, 145.0, random(126), random(126), 600); // LineRunner
LastVehicleID = Vehicle_AddStatic(VehicleTanker, -1561.85, -2741.93, 49.0, 145.0, random(126), random(126), 600); // Tanker
LastVehicleID = Vehicle_AddStatic(VehicleRoadTrain, -1565.95, -2739.06, 49.0, 145.0, random(126), random(126), 600); // Roadtrain
LastVehicleID = Vehicle_AddStatic(VehicleLineRunner, -1570.05, -2736.19, 49.0, 145.0, random(126), random(126), 600); // LineRunner
LastVehicleID = Vehicle_AddStatic(VehicleTanker, -1574.15, -2733.32, 49.0, 145.0, random(126), random(126), 600); // Tanker
LastVehicleID = Vehicle_AddStatic(VehicleRoadTrain, -1578.25, -2730.45, 49.0, 145.0, random(126), random(126), 600); // Roadtrain
// Add roadtrains to LV deposito (Class

(302) LastVehicleID = Vehicle_AddStatic(VehicleRoadTrain, 2792.59, 2634.73, 11.84, 207.30, random(126), random(126), 600); // Roadtrain
LastVehicleID = Vehicle_AddStatic(VehicleRoadTrain, 2786.05, 2634.78, 11.83, 207.30, random(126), random(126), 600); // Roadtrain
(304) LastVehicleID = Vehicle_AddStatic(VehicleTrailerFluids, 2805.394, 2634.099, 11.915, 207.30, random(126), random(126), 600); // Liquids trailer
LastVehicleID = Vehicle_AddStatic(VehicleTrailerFluids, 2800.059, 2632.235, 11.922, 207.30, random(126), random(126), 600); // Liquids trailer
Bold letter means the created 'section' for these cars to spawn in that location
And the first part is the previous 'section' for other spawn point made by PPC.
I know that this is just a few of errors, but i want to keep it clean!