SA-MP Forums Archive
Compile to PWN Ther Godfather Map. - 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)
+---- Forum: Help Archive (https://sampforum.blast.hk/forumdisplay.php?fid=89)
+---- Thread: Compile to PWN Ther Godfather Map. (/showthread.php?tid=112440)



Compile to PWN Ther Godfather Map. - rcwarez - 07.12.2009

When compiling my maps:
Код:
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase
and I want to have additional information about a file like this:
Код:
Pawn compiler 3.2.3664 Copyright © 1997-2006, ITB CompuPhase

Header size: 7024 bytes
Code size: 1419168 bytes
Data size: 4668736 bytes
Stack/heap size: 16384 bytes; estimated max. usage=5109 cells (20436 bytes)
Total requirements: 6111312 bytes
Sorry for my English, I use ****** translate, because I'm from Polish


Re: Compile to PWN Ther Godfather Map. - LarzI - 07.12.2009

http://forum.sa-mp.com/index.php?topic=78026.0


Re: Compile to PWN Ther Godfather Map. - yom - 07.12.2009

Compile with option -v2.

Quote:
Originally Posted by lrZ^ aka LarzI
Off topic.


Re: Compile to PWN Ther Godfather Map. - LarzI - 07.12.2009

Oh lol, I'm too tired -.-
I misread/misunderstanded, lol

My fault..


Re: Compile to PWN Ther Godfather Map. - rcwarez - 07.12.2009

how to set it up? where do I enter this parameter?


Re: Compile to PWN Ther Godfather Map. - yom - 07.12.2009

Create the file pawn.cfg in the pawno folder (where is pawncc.exe) and in this file just write -v2 and save.

[size=1px]Edit: sorry, correct option is not -d2 but -v2[/size]


Re: Compile to PWN Ther Godfather Map. - rcwarez - 08.12.2009

Big Thanks for You! This is good job.