Please help! - 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: Please help! (
/showthread.php?tid=614609)
Please help! -
CTos - 10.08.2016
k here is my problem
Код:
pawno\include\fixes.inc(3381) : fatal error 111: user error: _ALS_OnGameModeInit defined
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
How can i fix it?
Re: Please help! -
Luicy. - 10.08.2016
Go to line 3381 and remove the
#error ..
Re: Please help! -
CTos - 10.08.2016
Quote:
Originally Posted by Luicy.
Go to line 3381 and remove the
#error ..
|
Fixed but this one..
Код:
fixes.inc(3381) : fatal error 111: user error: _ALS_OnGameModeInit defined
Re: Please help! -
Luicy. - 10.08.2016
Quote:
Originally Posted by CTos
Fixed but this one..
Код:
fixes.inc(3381) : fatal error 111: user error: _ALS_OnGameModeInit defined
|
That's the same error, go to line 3381 and remove the line.
Re: Please help! -
Vince - 10.08.2016
That is obviously not the solution as it tells you that you have done something wrong. Read the instructions for the include
carefully. It will probably state that you need to include it first or something.
Re: Please help! -
Luicy. - 10.08.2016
Quote:
Originally Posted by Vince
That is obviously not the solution as it tells you that you have done something wrong. Read the instructions for the include carefully. It will probably state that you need to include it first or something.
|
My bad, thought it was outside any #if