Amx saves to root of local disk - 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: Amx saves to root of local disk (
/showthread.php?tid=613104)
Amx saves to root of local disk -
DavidBilla - 24.07.2016
I don't know why , but for the past few days whenever i compile my script (its located at D:/gta sa/samp server/gamemodes/) , the amx file is also created at the root of the disk (that is at D:/). Is there a reason for this?
In the beginning i was unable to upload the amx at gamemodes folder in my test server , it gave an error saying maximum upload limit is 50mb but the amx was only 150 kb
Later i could upload the amx at the root of the disk at test server but now it's showing the same problem regarding space.
The pwn files that i compiled few days ago could be uploaded but not the ones that i compile recently
Re: Amx saves to root of local disk -
Misiur - 24.07.2016
Are you using pawno editor, or some custom build, like in sublime for example? Spaces in your path will screw up location if they're not wrapped in quotes.
Re: Amx saves to root of local disk -
DavidBilla - 24.07.2016
I use pawno editor only
and recently when i tried to create a stock , my pawncc crashed . i removed that stock and it worked again.
but only from then i'm having this problem.
Re: Amx saves to root of local disk -
DavidBilla - 25.07.2016
can anyone help me out?
Re: Amx saves to root of local disk -
DavidBilla - 26.07.2016
Still looking for a solution