SA-MP Forums Archive
[Help] Error - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: SA-MP Scripting and Plugins (https://sampforum.blast.hk/forumdisplay.php?fid=8)
+--- Forum: Scripting Help (https://sampforum.blast.hk/forumdisplay.php?fid=12)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: [Help] Error (/showthread.php?tid=132684)



[Help] Error - Pantontini - 09.03.2010

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"



Re: [Help] Error - Pantontini - 09.03.2010

Bump 12 Hours passed.


Re: [Help] Error - aircombat - 09.03.2010

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


Re: [Help] Error - Pantontini - 09.03.2010

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


Re: [Help] Error - Fj0rtizFredde - 09.03.2010

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


Re: [Help] Error - Pantontini - 09.03.2010

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


Re: [Help] Error - Correlli - 09.03.2010

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


Re: [Help] Error - Pantontini - 09.03.2010

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.