Getting this error in my gamemode - 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)
+--- Thread: Getting this error in my gamemode (
/showthread.php?tid=365554)
Getting this error in my gamemode -
shaniyal - 03.08.2012
i was facing some problems in my game but when i checked my gamemode by compiling(F5) it gives me this error
Код:
C:\Documents and Settings\JTEC H COMPUTER'S\Desktop\New Folder\pawno\include\PPC_DefLoads.inc(29) : error 029: invalid expression, assumed zero
C:\Documents and Settings\JTEC H COMPUTER'S\Desktop\New Folder\pawno\include\PPC_DefLoads.inc(32) : error 008: must be a constant expression; assumed zero
C:\Documents and Settings\JTEC H COMPUTER'S\Desktop\New Folder\pawno\include\PPC_DefLoads.inc(46) : error 008: must be a constant expression; assumed zero
C:\Documents and Settings\JTEC H COMPUTER'S\Desktop\New Folder\pawno\include\PPC_DefLoads.inc(59) : error 008: must be a constant expression; assumed zero
C:\Documents and Settings\JTEC H COMPUTER'S\Desktop\New Folder\pawno\include\PPC_DefLoads.inc(62) : error 008: must be a constant expression; assumed zero
C:\Documents and Settings\JTEC H COMPUTER'S\Desktop\New Folder\pawno\include\PPC_DefLoads.inc(75) : error 008: must be a constant expression; assumed zero
C:\Documents and Settings\JTEC H COMPUTER'S\Desktop\New Folder\pawno\include\PPC_DefLoads.inc(80) : error 008: must be a constant expression; assumed zero
C:\Documents and Settings\JTEC H COMPUTER'S\Desktop\New Folder\pawno\include\PPC_DefLoads.inc(91) : error 001: expected token: "}", but found ";"
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
8 Errors.
helper willl get +rep
Re: Getting this error in my gamemode -
Vince - 03.08.2012
POST THE CODE!
Re: Getting this error in my gamemode -
Sascha - 03.08.2012
no code -> no help
it seems to be a failure in the include file PPC_DefLoads.inc
Re: Getting this error in my gamemode -
Devilxz97 - 03.08.2012
show us the lines of that error . .