SA-MP Forums Archive
[Map] [MAP]Grove war base v2.3 - 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: Filterscripts (https://sampforum.blast.hk/forumdisplay.php?fid=17)
+---- Forum: Maps (https://sampforum.blast.hk/forumdisplay.php?fid=64)
+---- Thread: [Map] [MAP]Grove war base v2.3 (/showthread.php?tid=147894)



[MAP]Grove war base v2.3 - 1cL - 14.05.2010

This is the 2nd map i made.
I used mta map editor,the uploaded file is the .map file
THIS MAP IS FOR SAMP
"SAVE" TO YOUR DESKTOP







Download:

http://www.mediafire.com/?oizr5wjzwmz


Re: [MAP]Grove war base v2.3 - Shadow_ - 14.05.2010

I take it the gates don't move or anything?

Personally i hate it, its just aload of objects shoved in the middle of Grove St' Doesn't look very nice, and tbh who would want a war base like this in Grove Street?

Apart from that Great!(Y)


Re: [MAP]Grove war base v2.3 - 1cL - 14.05.2010

theres also a lil security guard box by the gate in that little open spot by the wall


Re: [MAP]Grove war base v2.3 - ViruZZzZ_ChiLLL - 14.05.2010

Looks cool... I guess
It's just I got use to grove being empty
or with stunts


Re: [MAP]Grove war base v2.3 - 1cL - 15.05.2010

Quote:
Originally Posted by ShadowMcFartPants
I take it the gates don't move or anything?

Personally i hate it, its just aload of objects shoved in the middle of Grove St' Doesn't look very nice, and tbh who would want a war base like this in Grove Street?

Apart from that Great!(Y)
its a map..mappers cant make gates move..


Re: [MAP]Grove war base v2.3 - Shadow_ - 15.05.2010

Yeah but its really really not hard.. if you got the [INC]tGate i think its called...

All you have to do is

Код:
new GATEID;

GATEID = CreateObject(BLAHBLAHBLAHBLAHBLAHBLAH);

if(!strcmp(cmdtext, "/opengate", true))
{
   OpenGateDown(GATEID, 1);
   return 1;
}
if(!strcmp(cmdtext, "/closegate", true))
{
   OpenGateUp(GATEID, 1);
   return 1;
}
See that is the easiest thing, anyone could do it.


Re: [MAP]Grove war base v2.3 - [asg]davo - 17.05.2010

where do u put the .map file


Re: [MAP]Grove war base v2.3 - ViruZZzZ_ChiLLL - 17.05.2010

Quote:
Originally Posted by [asg
davo ]
where do u put the .map file
You will not put it anywhere, just open it and convert it.
In short, click my tutorial link in my sig if you need any help
about converting and putting it in your server.