(11) : fatal error 100: cannot read from file: "mSelection" - 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: (11) : fatal error 100: cannot read from file: "mSelection" (
/showthread.php?tid=500045)
(11) : fatal error 100: cannot read from file: "mSelection" -
FutureGenerationGaming - 11.03.2014
I get that error when i compile i have this.
Код:
#include <a_samp>
#include <dudb>
#include <YSI\y_ini>
#include <streamer>
#include <a_zones>
#include <foreach>
#include <djson>
#include <progress>
#include <mSelection>
#include <sscanf2>
#include <socket>
#pragma tabsize 0
#pragma unused ret_memcpy
Re: (11) : fatal error 100: cannot read from file: "mSelection" -
ZBits - 11.03.2014
Do you have mSelection in you pawno/include folder?, if you dont,
https://sampforum.blast.hk/showthread.php?tid=407045 , download it and put it inside your pawno/include folder which is located at your server directory.
Hope this helped.
Re: (11) : fatal error 100: cannot read from file: "mSelection" -
Drago987 - 11.03.2014
Did you try to run pawno as Adminstrator ?
Re: (11) : fatal error 100: cannot read from file: "mSelection" -
FutureGenerationGaming - 11.03.2014
Quote:
Originally Posted by Drago987
Did you try to run pawno as Adminstrator ?
|
I fixed it, i forgot to #pragma tabsize 0 :P