SA-MP Forums Archive
[Map] [MAP] Ammunation Blocks - 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] Ammunation Blocks (/showthread.php?tid=90173)



[MAP] Ammunation Blocks - XtremeChio - 06.08.2009

Ammunation Blocks

What is it:

Download Link:



http://www.zshare.net/download/63729038226ef064/

PAWN CODE:

Код:
CreateObject(971,-2626.944,210.543,6.796,0.0,0.0,0.0);
CreateObject(971,-2622.389,206.147,6.785,0.0,0.0,91.960);
CreateObject(971,-2631.201,206.108,6.944,0.0,0.0,91.960);
CreateObject(971,239.254,-178.202,3.328,0.0,0.0,91.960);
CreateObject(971,243.490,-173.948,3.339,0.0,0.0,177.903);
CreateObject(971,243.788,-182.752,3.339,0.0,0.0,177.903);
CreateObject(971,1366.795,-1274.673,16.047,0.0,0.0,212.281);
CreateObject(971,1363.301,-1281.531,16.092,0.0,0.0,272.441);
CreateObject(971,1367.903,-1285.798,16.092,0.0,0.0,181.341);
CreateObject(971,1368.120,-1278.567,19.892,89.381,6.875,177.044);
CreateObject(971,1366.799,-1281.243,19.848,90.241,0.859,272.441);
CreateObject(971,2403.492,-1982.058,14.745,3.438,0.859,270.722);
CreateObject(971,2396.982,-1981.915,15.867,3.438,0.859,270.722);
CreateObject(971,2400.140,-1977.942,15.592,0.0,0.859,179.726);
CreateObject(971,2398.836,-1981.255,17.823,88.522,0.859,179.726);
CreateObject(971,778.870,1871.635,7.412,0.0,0.0,91.960);
CreateObject(971,774.209,1876.122,7.445,0.0,0.0,179.623);
CreateObject(971,774.554,1867.425,7.358,0.0,0.0,357.525);
CreateObject(971,775.429,1871.864,10.791,-91.100,89.381,-2.474);
CreateObject(971,775.475,1871.881,7.391,-269.004,104.851,-195.848);
CreateObject(971,2156.402,944.451,13.395,0.0,0.0,269.967);
CreateObject(971,2160.850,948.638,13.421,0.0,0.0,178.111);
CreateObject(971,2160.822,939.975,13.390,0.0,0.0,0.311);
CreateObject(971,2160.115,944.416,14.765,269.003,0.0,269.967);
CreateObject(971,2535.693,2084.087,13.295,1.926,0.0,269.967);
CreateObject(971,2540.147,2079.906,13.290,1.926,0.0,3.645);
CreateObject(971,2540.185,2088.777,13.540,1.926,0.0,182.408);
CreateObject(971,2539.086,2084.252,14.617,264.914,0.0,92.271);
CreateObject(971,-1508.773,2607.609,58.077,0.0,0.0,1.823);
CreateObject(971,-1511.769,2611.395,58.306,0.0,0.0,269.107);
CreateObject(971,-1506.768,2612.038,58.306,0.0,0.0,269.107);
CreateObject(971,-1509.387,2609.273,59.776,110.008,0.0,181.445);
How to install:
Pictures:


This is an example of how most of the Ammunations are blocked.



Other:



Re: [MAP] Ammunation Blocks - Lewwy - 06.08.2009

Can't that ammunation in the picture be exploited?
Climb on the building itself, then jump over the fence? (The fence is climbable).

EDIT: Ah just noticed it has a roof, my bad.


Re: [MAP] Ammunation Blocks - XtremeChio - 06.08.2009

Lol

They all have roofs like that. I made this especially cause before I started scripting, many servers had a trash can infront of the entrance >.<


Re: [MAP] Ammunation Blocks - NeRoSiS - 06.08.2009

Much easier way to block them.

DisableInteriorEnterExits(1);

But still, nice job.


Re: [MAP] Ammunation Blocks - XtremeChio - 06.08.2009

Yea well, as I said, depends what kind of server you have
Thanks.


Re: [MAP] Ammunation Blocks - XtremeChio - 06.08.2009

Since the forums are working weird for me, I can't modify.

Here is the zshare link if the picture doesn't load: Zshare: http://www.zshare.net/download/63729038226ef064/


Re: [MAP] Ammunation Blocks - RayPoda - 06.08.2009

Quote:
Originally Posted by Wazza!
Much easier way to block them.

DisableInteriorEnterExits(1);

But still, nice job.
Isn't it just DisableInteriorEnterExits();

No need for a 1, I believe.


Re: [MAP] Ammunation Blocks - Klutty - 06.08.2009

Quote:
Originally Posted by RayPoda
Quote:
Originally Posted by Wazza!
Much easier way to block them.

DisableInteriorEnterExits(1);

But still, nice job.
Isn't it just DisableInteriorEnterExits();

No need for a 1, I believe.
DisableInteriorEnterExits(false);


Re: [MAP] Ammunation Blocks - Sergei - 06.08.2009

Quote:
Originally Posted by Klutty
Quote:
Originally Posted by RayPoda
Quote:
Originally Posted by Wazza!
Much easier way to block them.

DisableInteriorEnterExits(1);

But still, nice job.
Isn't it just DisableInteriorEnterExits();

No need for a 1, I believe.
DisableInteriorEnterExits(false);
https://sampwiki.blast.hk/wiki/DisableInteriorEnterExits
Quote:

This function has no parameters

Only DisableInteriorEnterExits();

This map was made/released because some people want to enter default SA interiors, just not allow people enter ammunations


Re: [MAP] Ammunation Blocks - Klutty - 06.08.2009

Oh, sorry.


Re: [MAP] Ammunation Blocks - Abernethy - 07.08.2009

I'm disappointed Klutty you of all people should know.


Re: [MAP] Ammunation Blocks - kingjonas - 07.08.2009

can someone post the pawn code?pls


Re: [MAP] Ammunation Blocks - XtremeChio - 07.08.2009

You have it, in the first post.


Re: [MAP] Ammunation Blocks - grimmy149 - 08.08.2009

Good work.


Re: [MAP] Ammunation Blocks - Klutty - 08.08.2009

Quote:
Originally Posted by Abernethy
I'm disappointed Klutty you of all people should know.
Haha.


Re: [MAP] Ammunation Blocks - Stunterz - 13.08.2009

no need to go crazy with the gates :P
on my server, we put a big trailer infront of all of the doors :P


Re: [MAP] Ammunation Blocks - Guedes747 - 13.08.2009

This can be easly done with containers lol, wich means less objects....

But its cool, nice map..


Re: [MAP] Ammunation Blocks - Venture1997 - 29.05.2017

Cool