SA-MP Forums Archive
Pawno question - Printable Version

+- SA-MP Forums Archive (https://sampforum.blast.hk)
+-- Forum: Other (https://sampforum.blast.hk/forumdisplay.php?fid=7)
+--- Forum: Everything and Nothing (https://sampforum.blast.hk/forumdisplay.php?fid=23)
+--- Thread: Pawno question (/showthread.php?tid=416931)



Pawno question - HeLiOn_PrImE - 18.02.2013

I wasn't sure where to post this, since it's no script related, so here I am:

I keep having these amx files in the D:\ partition. I delete them, but pawno creates them back shortly after compiling my scripts. How the hell can I stop this?? It's like I save the amx there, but I chose a completely different destination...


Re: Pawno question - Basssiiie - 18.02.2013

Same here, my C:\ folder gets flooded with *.amx files, not sure why. Would be awesome if someone could give an explanation.


Re: Pawno question - Bakr - 18.02.2013

Open Pawno > Build > Run Options > Copy script to directory


Re: Pawno question - HeLiOn_PrImE - 19.02.2013

Can't I disable that? I keep deleting that slash there, but it keeps reappearing when I restart pawno.


Re: Pawno question - Michael@Belgium - 19.02.2013

Afaik you can't disable it. It's a kind of backup system.


Re: Pawno question - HeLiOn_PrImE - 19.02.2013

Quote:
Originally Posted by [HLF]Southclaw
Посмотреть сообщение
I managed to stop mine from doing that by opening up the settings.cfg file:

Код:
[RunOpts]
CopyDir=
Just delete the rightside text of the CopyDir key and it shouldn't do it any more.
Thank you soooo much!!!