SA-MP Forums Archive
[MAP/INTERIOR] Pharmacy - 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/INTERIOR] Pharmacy (/showthread.php?tid=86930)

Pages: 1 2


[MAP/INTERIOR] Pharmacy - Anarkien - 17.07.2009

I tried to make a small pharmacy, mainly for roleplay servers.
Was a bit hard as there's so few "pharmacy" objects, but I think I did my best.
Here's the result:

63 objects











Download: http://www.textdump.com/v/?k=NDA2NQ==

Please give feedback on my work .

Everyone can use this in their scripts, but please leave the credit in the script, or something like my name under /credits ..


Re: [MAP/INTERIOR] Pharmacy - GІ~Gі - 17.07.2009

Really good dude !
What is your next project ^^ ??
Because your maps look really good...


Re: [MAP/INTERIOR] Pharmacy - Snickers - 17.07.2009

Your really good at making these interiors, keep up the good work


Re: [MAP/INTERIOR] Pharmacy - Anarkien - 17.07.2009

Oh, thank you very much!
This is the second interior I've made.

GІ~Gі:
Got any suggestions on what I can make ?


Re: [MAP/INTERIOR] Pharmacy - Correlli - 17.07.2009

Good work.


Re: [MAP/INTERIOR] Pharmacy - Anarkien - 17.07.2009

Quote:
Originally Posted by Don Correlli
Good work.
Thanks a lot.
Means much to me when people care to reply on my threads. Used a lot of time to make these interiors so you guys can use them, so I'm grateful that people care .

And please, come with suggestions on what I can make now.


Re: [MAP/INTERIOR] Pharmacy - Guedes747 - 17.07.2009

5/5 - because it reminds me of VC pharmacys


Re: [MAP/INTERIOR] Pharmacy - killerx100 - 17.07.2009

Really nice man.. 11/10


Re: [MAP/INTERIOR] Pharmacy - aLeXYO - 17.07.2009

Very Nice, Perfect for my Marina Bayside script, can i use your map, i write your Credits under /credits ^^


Re: [MAP/INTERIOR] Pharmacy - Kirkmaster10 - 17.07.2009

Very very nice interior.

11/10


Re: [MAP/INTERIOR] Pharmacy - Anarkien - 17.07.2009

Thanks, guys!

Quote:
Originally Posted by ♠ FalconX ♠
5/5 - because it reminds me of VC pharmacys
Oh, never played VC (sadly), so it's just a coincidence .

Quote:
Originally Posted by aLeXYO
Very Nice, Perfect for my Marina Bayside script, can i use your map, i write your Credits under /credits ^^
Of course you can! That's why I made it ^^,


Re: [MAP/INTERIOR] Pharmacy - Klutty - 17.07.2009

Awesome interior!

I will use this for my RPG gamemode!

EDIT: Where is it located?


Re: [MAP/INTERIOR] Pharmacy - Anarkien - 17.07.2009

Quote:
Originally Posted by [eX
Klutty ]
Awesome interior!

I will use this for my RPG gamemode!

EDIT: Where is it located?
Thanks a lot!
It's located _high_ up in the air somewhere over LS stadium.


Re: [MAP/INTERIOR] Pharmacy - Abernethy - 17.07.2009

Nice! the first pic reminded me of L4D, lol.


Re: [MAP/INTERIOR] Pharmacy - Anarkien - 17.07.2009

Quote:
Originally Posted by Abernethy
Nice! the first pic reminded me of L4D, lol.
Soo.. Is that good or bad, he-eeh..?


Re: [MAP/INTERIOR] Pharmacy - Oggle McFoggle - 15.08.2009

I love it nice work


Re: [MAP/INTERIOR] Pharmacy - krisko - 15.08.2009

good very good nice idea no one maded something like this before


Re: [MAP/INTERIOR] Pharmacy - vytas_lt - 15.08.2009

Just awesome!


Re: [MAP/INTERIOR] Pharmacy - WoodRunner - 15.08.2009

Nice Job!


Re: [MAP/INTERIOR] Pharmacy - allarw - 15.08.2009

Код:
public OnPlayerCommandText(playerid, cmdtext[])
{
	if (strcmp("/pharmacy", cmdtext, true, 10) == 0)
	{
 	SetPlayerPos (playerid,2688.9429,-1887.4890,7428.9858);
	return 1;
	}
	return 0;
}