SA-MP Forums Archive
Dynamic Objects and Access Denied [ill +rep to help me] - 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: Dynamic Objects and Access Denied [ill +rep to help me] (/showthread.php?tid=430754)



Dynamic Objects and Access Denied [ill +rep to help me] - jamesmercer1947 - 15.04.2013

Hello, I am getting 2 problems.
1st, Whenever I am trying to compile or save my script it shows Access Denied.

Код:
Cannot create file "D:\Harkishan\GTA\Server\Script\LSG-RP(Linux)\GM.pwn". Acess is denied
2nd, there is a map. When we are adding this map in our GM then our dynamic objects are getting bug.
Dynamic objects are not working with this map.

I will +rep you if you help me.

Thank you


Re: Dynamic Objects and Access Denied [ill +rep to help me] - erikhenri - 15.04.2013

Try to run Pawno as an administrator.


Re: Dynamic Objects and Access Denied [ill +rep to help me] - jamesmercer1947 - 15.04.2013

How?


Re: Dynamic Objects and Access Denied [ill +rep to help me] - colonel-top - 15.04.2013

click right on pawno.exe click run as administrator
try it but i dont sure it will work :P


Re: Dynamic Objects and Access Denied [ill +rep to help me] - MP2 - 15.04.2013

http://www.******.co.uk/search?q=how...+administrator


Re: Dynamic Objects and Access Denied [ill +rep to help me] - jamesmercer1947 - 15.04.2013

And what about map?


Re: Dynamic Objects and Access Denied [ill +rep to help me] - coolmark1995 - 15.04.2013

I dont think the objects are working because the GM didnt compile

Edit: if they dont seem to load there maybe you could try using something like this filterscript
Код:
#include <a_samp>

public OnFilterScriptInit()
{
	print("\n--------------------------------------");
	print(" Filterscript generated by coolmark1995");
	print("--------------------------------------\n");

YOUR OBJECTS HERE

	return 1;
}