Pickup TelePort
#4

top of script:

Code:
new pk_fdenter;
ongamemodeinit:

Code:
pk_fdenter = CreatePickup(1318,23,1207.5006,-1439.0385,13.3828,-1); //ToEnterFDSA
onplayerpickuppickup

Code:
if ( pickupid == pk_fdenter )
{
 SendClientMessage(playerid,COLOR_YELLOW,"(INFO) Welcome to the San Andreas Fire Department Los Santos precinct.");
 SetPlayerInterior(playerid,0)
 SetPlayerVirtualWorld(playerid,23);
 SetPlayerPos(playerid,492.0486,1399.5579,1080.2649);
}
make sure you return 1; in each of them callbacks
Reply


Messages In This Thread
Pickup TelePort - by Jason_Larson - 19.10.2009, 03:52
Re: Pickup TelePort - by Jasen - 19.10.2009, 03:54
Re: Pickup TelePort - by Jason_Larson - 19.10.2009, 03:58
Re: Pickup TelePort - by Jasen - 19.10.2009, 04:24
Re: Pickup TelePort - by Jason_Larson - 19.10.2009, 04:35
Re: Pickup TelePort - by Jakku - 19.10.2009, 08:54
Re: Pickup TelePort - by Mike Garber - 19.10.2009, 09:00
Re: Pickup TelePort - by Jason_Larson - 19.10.2009, 13:49
Re: Pickup TelePort - by Jakku - 19.10.2009, 13:52
Re: Pickup TelePort - by MenaceX^ - 19.10.2009, 14:00

Forum Jump:


Users browsing this thread: 2 Guest(s)