09.03.2010, 00:28
I try to compile and this comes out
The line
Код:
C:\Users\Mike\Desktop\CNR\pawno\include\dini.inc(46) : error 017: undefined symbol "MAX_STRING55" C:\Users\Mike\Desktop\CNR\pawno\include\dini.inc(46) : error 009: invalid array size (negative, zero or out of bounds) C:\Users\Mike\Desktop\CNR\pawno\include\dini.inc(46) : error 036: empty statement C:\Users\Mike\Desktop\CNR\pawno\include\dini.inc(46) : fatal error 107: too many error messages on one line Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase 4 Errors.
Код:
// Max Number of pickups (for destroying cash drops) #define MAX_PICKUPS 150 // Teams <---- Line 46 #define TEAM_COP 1 #define TEAM_ARMY 2 #define TEAM_MEDIC 3 #define TEAM_CARFIX 4 #define TEAM_CASSEC 5 #define TEAM_DRIVER 6 #define TEAM_BISTRO 7 #define TEAM_JAILTK 8 #define TEAM_PVTMED 9 #define TEAM_CIVIL 10 #define TEAM_GASDEL 11 #define TEAM_DRGDEL 12 #define TEAM_HITMAN 13 #define TEAM_GUNDEL 14 #define TEAM_SNITCH 15 #define TEAM_RAPIST 16 #define TEAM_BOUNTY 17 #define TEAM_KIDNAP 18 #define TEAM_PILOT 19 // Script Version ( for gamemode text etc) #define sversion "1.9"