10.08.2011, 04:40
Quote:
You forgot to separate the information in each of the other indexes in the array. You're putting all the information into the first array of the multidimensional array, I'm surprised you aren't receiving an error.
pawn Код:
|
yup heres the pawn output
Код:
NPP_EXEC: "PAWN Compile" CD: E:\Real Life Game Mode\gamemodes Current directory: E:\Real Life Game Mode\gamemodes "E:\Real Life Game Mode\pawno\pawncc.exe" "mapedit.pwn" -; -( Process started >>> E:\Real Life Game Mode\pawno\include\objectarray.inc(3) : error 001: expected token: "-identifier-", but found "{" E:\Real Life Game Mode\pawno\include\objectarray.inc(10) : warning 227: more initiallers than enum fields E:\Real Life Game Mode\pawno\include\objectarray.inc(10) : warning 227: more initiallers than enum fields E:\Real Life Game Mode\pawno\include\objectarray.inc(10) : error 018: initialization data exceeds declared size mapedit.pwn(20) : error 017: undefined symbol "ids" mapedit.pwn(159) : warning 203: symbol is never used: "airportAndAircraft" mapedit.pwn(159) : warning 203: symbol is never used: "barItems" mapedit.pwn(159) : warning 203: symbol is never used: "barsClubsCasinos" mapedit.pwn(159) : warning 203: symbol is never used: "carParks" mapedit.pwn(159) : warning 203: symbol is never used: "casinoItems" mapedit.pwn(159) : warning 203: symbol is never used: "clothes" mapedit.pwn(159) : warning 203: symbol is never used: "concreteAndRock" mapedit.pwn(159) : warning 203: symbol is never used: "cranes" mapedit.pwn(159) : warning 203: symbol is never used: "cratesDrumsAndRacks" mapedit.pwn(159) : warning 203: symbol is never used: "doorsAndWindows" mapedit.pwn(159) : warning 203: symbol is never used: "factoriesAndWarehouses" mapedit.pwn(159) : warning 203: symbol is never used: "farmObjects" mapedit.pwn(159) : warning 203: symbol is never used: "fencesWallsGatesAndBarriers" mapedit.pwn(159) : warning 203: symbol is never used: "foodAndDrinks" mapedit.pwn(159) : warning 203: symbol is never used: "furniture" mapedit.pwn(159) : warning 203: symbol is never used: "garagesAndPetrolStations" mapedit.pwn(159) : warning 203: symbol is never used: "genIndustrial" mapedit.pwn(159) : warning 203: symbol is never used: "grassAndDirt" mapedit.pwn(159) : warning 203: symbol is never used: "household" mapedit.pwn(159) : warning 203: symbol is never used: "housesAndApartments" mapedit.pwn(159) : warning 203: symbol is never used: "laddarsStairsAndScaffolding" mapedit.pwn(159) : warning 203: symbol is never used: "military" mapedit.pwn(159) : warning 203: symbol is never used: "officesAndSkyscrapers" mapedit.pwn(159) : warning 203: symbol is never used: "otherBuildings" mapedit.pwn(159) : warning 203: symbol is never used: "pickupsAndIcons" mapedit.pwn(159) : warning 203: symbol is never used: "plants" mapedit.pwn(159) : warning 203: symbol is never used: "railroads" mapedit.pwn(159) : warning 203: symbol is never used: "ramps" mapedit.pwn(159) : warning 203: symbol is never used: "restrauntsAndHotels" mapedit.pwn(159) : warning 203: symbol is never used: "roadsBridgesAndTunnels" mapedit.pwn(159) : warning 203: symbol is never used: "rocks" mapedit.pwn(159) : warning 203: symbol is never used: "shipsDocksAndPiers" mapedit.pwn(159) : warning 203: symbol is never used: "shopItems" mapedit.pwn(159) : warning 203: symbol is never used: "special" mapedit.pwn(159) : warning 203: symbol is never used: "sportsAndStadium" mapedit.pwn(159) : warning 203: symbol is never used: "storesAndShops" mapedit.pwn(159) : warning 203: symbol is never used: "streetAndRoadItems" mapedit.pwn(159) : warning 203: symbol is never used: "tablesAndChairs" mapedit.pwn(159) : warning 203: symbol is never used: "trash" mapedit.pwn(159) : warning 203: symbol is never used: "trees" Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 3 Errors. <<< Process finished. ================ READY ================
edit: Thanks Grim_ it works, also since both of you helped me out a TON here, would you object to being in the credits for this?