SA-MP Forums Archive
getting 1 error - 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: getting 1 error (/showthread.php?tid=367246)



getting 1 error - shaniyal - 09.08.2012

i am getting 1 error in an filterscript,help me about it
C:\DOCUME~1\JTECHC~1\Desktop\NEWFOL~1\FILTER~1\JUN KBU~1.PWN(117) : fatal error 100: cannot read from file: "Double-O-Files_2"


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


1 Error.


Re: getting 1 error - Syntax - 09.08.2012

Download 'Double-O-Files_2.inc' from ****** and then add it in to your 'pawno/include/' folder.


Re: getting 1 error - doreto - 09.08.2012

" cannot read from file " Its self explaint try re-download the include


Re: getting 1 error - shaniyal - 09.08.2012

can anyone tell me what is this?

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Header size: 7080 bytes
Code size: 202596 bytes
Data size: 1372644 bytes
Stack/heap size: 32368 bytes; estimated max. usage: unknown, due to recursion
Total requirements: 1614688 bytes


Re: getting 1 error - doreto - 09.08.2012

Quote:
Originally Posted by shaniyal
Посмотреть сообщение
can anyone tell me what is this?

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Header size: 7080 bytes
Code size: 202596 bytes
Data size: 1372644 bytes
Stack/heap size: 32368 bytes; estimated max. usage: unknown, due to recursion
Total requirements: 1614688 bytes
This result of having large code into 1 file


Re: getting 1 error - shaniyal - 09.08.2012

so how can i fix it


Re: getting 1 error - [MM]RoXoR[FS] - 09.08.2012

pawn Код:
#pragma dynamic 1614688
This is not a true/very good solution.You must make your script more data efficient.


Re: getting 1 error - doreto - 09.08.2012

Quote:
Originally Posted by shaniyal
Посмотреть сообщение
so how can i fix it
If you have objecs or vehicles on your gamemode copy and paste them info filescript

you can do same wich commands


Re: getting 1 error - Avi57 - 09.08.2012

#pragma dynamic 100000

use it


Re: getting 1 error - shaniyal - 09.08.2012

i tryed avi but still same

Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Header size: 7080 bytes
Code size: 202596 bytes
Data size: 1372644 bytes
Stack/heap size: 32368 bytes; estimated max. usage: unknown, due to recursion
Total requirements: 1614688 bytes