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

Waiting room

Consulting room

Cantine

Emergencies

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

Waiting room

Consulting room

Cantine

Emergencies

Download Area
Pastebin
Sendspace


xD