13.07.2009, 06:08
Quote:
|
Originally Posted by Mr_FinnigaN
246.783996,63.900199,1003.640625 are co-ords to go into LSPD so teleport to them/interior 6
Top of script Code:
new PU1; Code:
PU1 = CreatePickup(1239, 1,enter co-ords at enter point); Code:
public OnPlayerPickUpPickup(playerid, pickupid)
{
if(pickupid == PU1)
{
SetPlayerInterior(playerid, 6);
SetPlayerPos(playerid, 246.783996,63.900199,1003.640625 );
}
return 1;
}
|

