SA-MP Forums Archive
mSelection 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: mSelection Help! (/showthread.php?tid=420062)



mSelection Help! - SilverKiller - 03.03.2013

Hello, today i recompiled my script, and i got this

Код:
(7) : fatal error 100: cannot read from file: "mSelection"
I tried redownloading, still not working! please help!

Also when i remove it everything works fine..


Re: mSelection Help! - Jstylezzz - 03.03.2013

It means the mselection include is not there, make sure the include has the same name as defined in your mode.
pawn Код:
#include <mSelection>
inside your pawno folder:
mSelection.inc


Re: mSelection Help! - SilverKiller - 03.03.2013

Quote:
Originally Posted by Jari_Johnson*
Посмотреть сообщение
It means the mselection include is not there, make sure the include has the same name as defined in your mode.
pawn Код:
#include <mSelection>
inside your pawno folder:
mSelection.inc
It is in there! and it was working till i recompiled now...


Re: mSelection Help! - SilverKiller - 03.03.2013

Oh i fixed it! i added the mSelection include before with clicking on my GM file, and it compiled fine, but now when i recompiled it doesn't work, because i opened it with the GM file not pawno, when i tried it with Pawno.exe it worked fine, i don't know why it compiled perfectly before with opening the gm file!


Re: mSelection Help! - Jstylezzz - 03.03.2013

This happens if you have another pawno.exe somewhere, which is bound to another include folder.
Just make sure you allways open it trough the right pawno.exe.
good that your problem is solved!