Changing yellow arrow icons into "i" icons?
#7

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;
OnGameModeInit()
Code:
PU1 = CreatePickup(1239, 1,enter co-ords at enter point);
Then under OnPlayerPickupPickup add


Code:
public OnPlayerPickUpPickup(playerid, pickupid)
{
if(pickupid == PU1)
{
              SetPlayerInterior(playerid, 6);
              SetPlayerPos(playerid, 246.783996,63.900199,1003.640625 );

}
return 1;
}
Reply


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)