need 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: need help (
/showthread.php?tid=648976)
need help -
gamerXXX - 31.01.2018
\filterscripts\jadmin.pwn(97) fatal error 100: cannot read from file: "dynamic 21016348"
some one help me to fix this error
here is the pic
https://imgur.com/BlEQ07a
Re: need help -
Fratello - 31.01.2018
Change
Код:
#include dynamic 21016348
to:
Код:
#pragma dynamic 21016348
Although, such dynamic size isn't required; But, it should fix the problem.
Re: need help -
gamerXXX - 31.01.2018
THANKX DUDE