Interiors
#2

pawn Код:
new hospital;//add this at the top of your script
hospital=CreatePickup([pickupid], 23,[coords])
public OnPlayerPickUpPickup(playerid, pickupid)
{
if(pickupid=hospital) SetPlayerPos(playerid,[coords]
SetPlayerInterior(playerid,[interiorid])
}
Something like this!
Reply


Messages In This Thread
Interiors - by Jonny_lockhart - 26.03.2010, 21:28
Re: Interiors - by ColdXX - 26.03.2010, 22:15
Re: Interiors - by bajskorv123 - 26.03.2010, 22:22
Re: Interiors - by ColdXX - 26.03.2010, 22:32

Forum Jump:


Users browsing this thread: 1 Guest(s)