18.03.2009, 14:17
Hey guys i made a hospital interior yesterday night coz i was bored^^
Objects: 138
Teleport Command:
(but its build in the fs too)
Screenshots:
Patient room
![](http://picfu.net/ffc9fe_930x930.png)
Waiting room
![](http://picfu.net/a40397_930x930.png)
Consulting room
![](http://picfu.net/19e409_930x930.png)
Cantine
![](http://picfu.net/de6093_930x930.png)
Emergencies
![](http://picfu.net/d8f3e7_930x930.png)
Download Area
Pastebin
Sendspace
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; }
Screenshots:
Patient room
![](http://picfu.net/ffc9fe_930x930.png)
Waiting room
![](http://picfu.net/a40397_930x930.png)
Consulting room
![](http://picfu.net/19e409_930x930.png)
Cantine
![](http://picfu.net/de6093_930x930.png)
Emergencies
![](http://picfu.net/d8f3e7_930x930.png)
Download Area
Pastebin
Sendspace