SA-MP Forums Archive
Help please - 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 please (/showthread.php?tid=483913)



Help please - PrinceOfPersia - 28.12.2013

Hello guys

Код:
C:\Users\Mido\Desktop\PERP1.pwn(12) : fatal error 100: cannot read from file: "mSelection"

Compilation aborted.Pawn compiler 3.2.3664	 	 	Copyright © 1997-2006, ITB CompuPhase


1 Error.
Line 12:
Код:
#include mSelection
Thanks


Re: Help please - PrinceOfPersia - 28.12.2013

Can any one help me ??


Re: Help please - dominik523 - 28.12.2013

That is a wrong way to include files. Use it like this:
Код:
#include <mSelection>



Re: Help please - FahadKing07 - 28.12.2013

Hi,

Just include mSelection like this:

pawn Код:
#include <mSelection>
If you are not having mSelection than follow these steps:

Download mSelection Include from here: http://forum.sa-mp.com/attachment.ph...8&d=1358626151

After that go to your pawno directory, and there will be a sub-folder with the name includes. And add mSelection.inc there, than compile it


Re: Help please - Hybris - 28.12.2013

Make sure you have the mSelection include in your includes folder