Posts: 23
Threads: 9
Joined: Feb 2013
Reputation:
0
Using the last version of the compiler, i get:
Pawn compiler 4.0.4733 Copyright © 1997-2012, ITB CompuPhase
Assertion Failed: dim[cur+1]==0, function adjust_indirectiontables, file sc1.c, line 2622.
ABNORMAL TERMINATION
Posts: 7,801
Threads: 187
Joined: Feb 2010
Reputation:
0
It's due to you using "function" to define the new function. Use "stock" instead.
Posts: 23
Threads: 9
Joined: Feb 2013
Reputation:
0
I've been using that without problems for along time
Posts: 232
Threads: 5
Joined: Jun 2012
Reputation:
0
Isn't SAMP using a special compiler version based on 3.6?