Compilation fatal error 102: table overflow: "literal table"
#5

A bit of ****** work has brought me this:
"102 table overflow: table name
An internal table in the pawn parser is too small to hold the
required data. Some tables are dynamically growable, which
means that there was insufficient memory to resize the table. The
“table name” is one of the following:
“literal table”: this table keeps the literal constants (numbers,
strings) that are used in expressions and as initiallers for arrays.
The literal table grows dynamically, so an overflow of the literal
table basically is an “out of memory” error."

See: https://sampforum.blast.hk/showthread.php?tid=281276
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)