SA-MP Forums Archive
Help mSelection can't not work [+ Rep] - 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 mSelection can't not work [+ Rep] (/showthread.php?tid=493864)



Help mSelection can't not work [+ Rep] - vulcanica - 10.02.2014

Quote:

C:\Users\Administrator\Downloads\Compressed\TEST\T ESt\gamemodes\TEST.pwn(2 : fatal error 100: cannot read from file: "mSelection"

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


1 Error.

I don't know why , i has lastes version include "mSelection" on folder but can't not work ! anyone can help me ?


Re: Help mSelection can't not work [+ Rep] - Mahde - 10.02.2014

Just add Mselection in your pawno and in your script : #include <mSelection>
http://forum.sa-mp.com/attachment.ph...8&d=1358626151 ,
Source:
https://sampforum.blast.hk/showthread.php?tid=407045


Re: Help mSelection can't not work [+ Rep] - vulcanica - 10.02.2014

Quote:
Originally Posted by Mahde
Посмотреть сообщение
Just add Mselection in your pawno and in your script : #include <mSelection>
http://forum.sa-mp.com/attachment.ph...8&d=1358626151 ,
Source:
https://sampforum.blast.hk/showthread.php?tid=407045
I really do that but Error again :-<


Re: Help mSelection can't not work [+ Rep] - Mahde - 10.02.2014

fatal error 100: cannot read from file: "mSelection" is meaning that you havent the include or you didn't putted the "#include <mSelection>" above your script just be sure to add this in your script:
"#include <mSelection>"


Re: Help mSelection can't not work [+ Rep] - SwisherSweet - 10.02.2014

How many pawno's do you have? You might have opened the wrong one...


Re: Help mSelection can't not work [+ Rep] - Mr.Faqahat - 10.02.2014

Make Sure you have the mSelection Include in pawno/includes check it twice and as SwisherSweet Said you might have open multiple Pawno. Make sure you open the Riht PAwno in which Include mSelection is loaded


Re: Help mSelection can't not work [+ Rep] - vulcanica - 10.02.2014

Quote:
Originally Posted by Mahde
Посмотреть сообщение
fatal error 100: cannot read from file: "mSelection" is meaning that you havent the include or you didn't putted the "#include <mSelection>" above your script just be sure to add this in your script:
"#include <mSelection>"
im sure "#include <mSelection>" has been on my script ! but don't know why this can't work when compiler:<


Re: Help mSelection can't not work [+ Rep] - vulcanica - 10.02.2014

Quote:
Originally Posted by Mr.Faqahat
Посмотреть сообщение
Make Sure you have the mSelection Include in pawno/includes check it twice and as SwisherSweet Said you might have open multiple Pawno. Make sure you open the Riht PAwno in which Include mSelection is loaded
Im open one Pawno for edit Gamemode :<


Re: Help mSelection can't not work [+ Rep] - Mr.Faqahat - 10.02.2014

And are you sure mSelection.inc lies in pawno/includes ??


Re: Help mSelection can't not work [+ Rep] - Mahde - 10.02.2014

I think you have to update you'r pawno also: https://sampforum.blast.hk/showthread.php?tid=486023