31.08.2016, 18:18
actually im not using MAX VEHICLES define so i could load more and i dont really get how many vehicles i have loaded here as Pro Gamer said that might be the problem
anyway here is the enum of Vehicles and idk how to increase it to max vehicles im using for example 500
anyway here is the enum of Vehicles and idk how to increase it to max vehicles im using for example 500
Код:
enum fcar { materialtype, carmaterials, carmodel, Float:fx, Float:fy, Float:fz, Float:fa, color1, color2, respawn, carteam, cartype, // 0 = driveable by all // 1 family restricted // 2 job restricted // 3 rentable modeltype, //0 car // 1 heli // 2 plane // 3 boat jobname[20], biznumber, plate[10], tmplocked, tmplockedby, carowner[MAX_STRING], carprice, reset, Components[CAR_COMPONENTS], dupekey[MAX_STRING], vw, paintjob, nitro, hydros, carspawneed, bool:vActive, // if the vehicle is active. bool:vSpawned, vRID, veehid, compa0, compa1, compa2, compa3, compa4, compa5, compa6, compa7, compa8, compa9, compa10, compa11, compa12, compa13 } new Vehicles[][fcar]