[Help] Error
#1

I try to compile and this comes out

Код:
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.
The line

Код:
// 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"
Reply
#2

Bump 12 Hours passed.
Reply
#3

i added this to my script :
Код:
// 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"
and it just compiled fine what's wrong ?
________
Uggs
Reply
#4

Those 4 errors above come out whenever I try to script/change ANY GM or Filterscript.
Reply
#5

As you can see the problem is in include\dini.inc so try to download the latest dini.inc and try agian
Reply
#6

Downloaded dini.inc 1.6, putted it on Pawno/Includes and errors still coming up
Reply
#7

I don't think that dini.inc has the define like MAX_STRING55, it's more like MAX_STRING
Reply
#8

There's no Max_String in my GM, And its weird cuz this errors gets in all GM I try to compile, I really need a solution.
Reply


Forum Jump:


Users browsing this thread: 2 Guest(s)