SA-MP Forums Archive
[INT] Hospital Interior (5rooms) - 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)
+--- Thread: [INT] Hospital Interior (5rooms) (/showthread.php?tid=69453)



[INT] Hospital Interior (5rooms) - Basss - 18.03.2009

Hey guys i made a hospital interior yesterday night coz i was bored^^

Objects: 138

Teleport Command:
Код:
	if (strcmp("/hospital", cmdtext, true, 10) == 0)
	{
	  new name[MAX_PLAYER_NAME],string[128];
	  GetPlayerName(playerid,name,sizeof(name));
	  format(string,sizeof(string),"*** %s has teleported to the Hospital! (/hospital)",name);
	  SendClientMessage(playerid,YELLOW,string);
		SetPlayerPos(playerid,1935.4089,-2110.2100,-19.3109);
		SetPlayerFacingAngle(playerid,322.2638);
		return 1;
	}
(but its build in the fs too)

Screenshots:

Patient room


Waiting room


Consulting room


Cantine


Emergencies


Download Area

Pastebin
Sendspace



Re: [INT] Hospital Interior (5rooms) - Mariachi - 18.03.2009

simply wonderful , i think i am going to this


Re: [INT] Hospital Interior (5rooms) - MenaceX^ - 18.03.2009

Where's it located at?


Re: [INT] Hospital Interior (5rooms) - Basss - 18.03.2009

i mapped it under the ground so its located somewhere in los santos gang area under it^^


Re: [INT] Hospital Interior (5rooms) - Snickers - 18.03.2009

Wow, very nice


Re: [INT] Hospital Interior (5rooms) - Basss - 18.03.2009

thx^^


Re: [INT] Hospital Interior (5rooms) - Charles - 18.03.2009

Nice work, well done :P


Re: [INT] Hospital Interior (5rooms) - SniperX64 - 18.03.2009

Nice, looks quite realistic aswell!


Re: [INT] Hospital Interior (5rooms) - Basss - 18.03.2009

ye^^ was too often in hospital xD


Re: [INT] Hospital Interior (5rooms) - Double-O-Seven - 18.03.2009

Very nice!