SA-MP Forums Archive
[HELP] Cannot compile pawno without getting errors - 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: [HELP] Cannot compile pawno without getting errors (/showthread.php?tid=505470)



[HELP] Cannot compile pawno without getting errors - KarlCassidy - 08.04.2014

Hello.

Whenever I try and compile my pawno I get this message

Код:
C:\Users\Karl\Desktop\OUR SERVER BACKUP\gamemodes\VortexRoleplay.pwn(6) : fatal error 100: cannot read from file: "GeoIP_Plugin"
It only goes away when I delete my
Код:
#include <GeoIP_Plugin>
code.

I know that there is a way to fix this but I do not know how. Help is appreciated.


Re: [HELP] Cannot compile pawno without getting errors - AhmedMohamed - 08.04.2014

download this include from : https://sampforum.blast.hk/showthread.php?tid=32509
then put it in Pawno/include.


Re: [HELP] Cannot compile pawno without getting errors - KarlCassidy - 08.04.2014

There is no download link for anything on that post.


Re: [HELP] Cannot compile pawno without getting errors - Konstantinos - 08.04.2014

http://forum.sa-mp.com/showpost.php?...&postcount=194


Re: [HELP] Cannot compile pawno without getting errors - AhmedMohamed - 08.04.2014

so download it from here: http://www.solidfiles.com/d/d0208371b6/GeoIP_Plugin.inc


Re: [HELP] Cannot compile pawno without getting errors - KarlCassidy - 08.04.2014

Alright sound pal, could you tell me how to add this to my server? I am offering a +rep.


Re: [HELP] Cannot compile pawno without getting errors - AhmedMohamed - 08.04.2014

put it on the pawno/include file and recompile the script, no more thing.


Re: [HELP] Cannot compile pawno without getting errors - azzerking - 08.04.2014

Just download it, and stick it in your Pawno/Include folder, then go to your gamemode script and add back your:

pawn Код:
#include <GeoIP_Plugin>
The recompile it. Should Work!


Re: [HELP] Cannot compile pawno without getting errors - KarlCassidy - 08.04.2014

In my Pawno AND Include folder? Or just one? What file in the folder? (Sorry, I am quite new to coding. Sorry about this)


Re: [HELP] Cannot compile pawno without getting errors - BleverCastard - 08.04.2014

Pawno > Includes.