idk what your saying, heres an example from my server
			else if(PlayerToPoint(1, i,953.5889,-3046.4749,8.9129))
			{//DMV entrance
			  GameTextForPlayer(i, "~B~ DMV, type /DMV here", 5000, 1);
				SetPlayerInterior(i, 3);
				SetPlayerVirtualWorld(i, 0);
				SetPlayerFacingAngle(i, 266.8530);
				SetPlayerPos(i,387.5284,173.9172,1008.382

;
			}
and 
      AddStaticPickup(1239,2,953.5889,-3046.4749,8.9129);//i icon - dmv enter
Just create a playertopoint thing and then you can add a static pickup there.