05.11.2018, 14:06
I dont know how to fix this things
C:\Users\PC01\Desktop\lsgw\pawno\include\progress2 .inc(86) : error 029: invalid expression, assumed zero
C:\Users\PC01\Desktop\lsgw\pawno\include\progress2 .inc(12
: error 001: expected token: "]", but found "-identifier-"
C:\Users\PC01\Desktop\lsgw\pawno\include\progress2 .inc(12
: warning 215: expression has no effect
C:\Users\PC01\Desktop\lsgw\pawno\include\progress2 .inc(12
: error 001: expected token: ";", but found "]"
C:\Users\PC01\Desktop\lsgw\pawno\include\progress2 .inc(12
: error 029: invalid expression, assumed zero
C:\Users\PC01\Desktop\lsgw\pawno\include\progress2 .inc(12
: fatal error 107: too many error messages on one line
first error
#define FACTION_POLICE (1)
#define FACTION_NEWS (2)[/code]
second error
C:\Users\PC01\Desktop\lsgw\pawno\include\progress2 .inc(86) : error 029: invalid expression, assumed zero
C:\Users\PC01\Desktop\lsgw\pawno\include\progress2 .inc(12

C:\Users\PC01\Desktop\lsgw\pawno\include\progress2 .inc(12

C:\Users\PC01\Desktop\lsgw\pawno\include\progress2 .inc(12

C:\Users\PC01\Desktop\lsgw\pawno\include\progress2 .inc(12

C:\Users\PC01\Desktop\lsgw\pawno\include\progress2 .inc(12

first error
Code:
86:#define MODEL_SELECTION_FRISK (16)
#define FACTION_NEWS (2)[/code]
second error
Code:
128:#define MAX_HOUSE_FURNITURE (30) ---------------------------------------------- for full details on second error #define MAX_BILLBOARDS (50) #define MAX_REPORTS (50) #define MAX_INVENTORY (120) #define MAX_HOUSES (500) #define MAX_HOUSE_STORAGE (10) #define MAX_BUSINESSES (500) #define MAX_DROPPED_ITEMS (5000) #define MAX_ENTRANCES (100) #define MAX_DEALERSHIP_CARS (40) #define MAX_DYNAMIC_CARS (1500) #define MAX_GAS_PUMPS (100) #define MAX_FURNITURE (2000) #define MAX_HOUSE_FURNITURE (30) #define MAX_DYNAMIC_JOBS (25) #define MAX_CONTACTS (20) #define MAX_GPS_LOCATIONS (20) #define MAX_CAR_STORAGE (5) #define MAX_CRATES (200) #define MAX_DRUG_PLANTS (200) #define MAX_FACTIONS (15) #define MAX_ARREST_POINTS (50) #define MAX_PLAYER_TICKETS (10) #define MAX_BARRICADES (25) #define MAX_BOOTHS (8) #define MAX_GATES (100) #define MAX_IMPOUND_LOTS (20) #define MAX_ATM_MACHINES (50) #define MAX_GARBAGE_BINS (50) #define MAX_VENDORS (50) #define MAX_WEAPON_RACKS (500) #define MAX_SPEED_CAMERAS (100) #define MAX_LISTED_ITEMS (10) #define MAX_GRAFFITI_POINTS (20) #define MAX_METAL_DETECTORS (20) #define MAX_OWNABLE_CARS (5) #define MAX_OWNABLE_HOUSES (3) #define MAX_OWNABLE_BUSINESSES (3) #define MAX_BACKPACKS (2000) #define MAX_BACKPACK_ITEMS (4000) #define MAX_BACKPACK_CAPACITY (10)