Problems loading Include files to Server. - 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: Problems loading Include files to Server. (
/showthread.php?tid=346641)
Problems loading Include files to Server. -
Couch Potatoe - 29.05.2012
Problem occurs when you compile a GameMode and Pawn doesn't find the plugin that you have.
How to produce the bug:
1. Open a downloaded GM (Try Vortex Roleplay, specifically).
2. Compile the GM
3. Problem occurs here.
Note: The plugins are where they should be, if I'm not mistaken.
Cannot compile because of this error:
Код:
C:\Program Files\Rockstar Games\GTA San Andreas\Windows-Server\gamemodes\vx-rp.pwn(90) : fatal error 100: cannot read from file: "GeoIP_Plugin"
Compilation aborted.Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
1 Error.
Re: Problems loading Include files to Server. -
Vince - 29.05.2012
That's a script issue. NEVER double click on a pawn file to open it. Open the right Pawno editor from the right folder, then open the script, then compile.