How to Configure BGP Local Preference Attribute

Let me rephrase it , I am trying to figure out why R2 stops sending updates about 1.1.1.0/24 that it receives from R1(EBGP update) to both R4 and R3 when I apply the Route-map on R3.

R2#show ip bgp  neighbors 4.4.4.4 advertised-routes 

Total number of prefixes 0 
R2#show ip bgp  neighbors 3.3.3.3 advertised-routes 

Total number of prefixes 0 
R2#

If I remove the rm, it starts updating

R3(config)#router bgp 2
R3(config-router)#no  neighbor 192.168.13.1 route-map LOCALPREF in
R3(config-router)#do clear ip bgp *
R3(config-router)#
R3(config-router)#
R3(config-router)#
*Mar  1 01:22:36.131: %BGP-5-ADJCHANGE: neighbor 2.2.2.2 Down User reset
*Mar  1 01:22:36.135: %BGP-5-ADJCHANGE: neighbor 4.4.4.4 Down User reset
*Mar  1 01:22:36.139: %BGP-5-ADJCHANGE: neighbor 192.168.13.1 Down User reset
*Mar  1 01:22:36.635: %BGP-5-ADJCHANGE: neighbor 4.4.4.4 Up 
*Mar  1 01:22:36.639: %BGP-5-ADJCHANGE: neighbor 192.168.13.1 Up 
*Mar  1 01:22:36.755: %BGP-5-ADJCHANGE: neighbor 2.2.2.2 Up 
R3(config-router)#

R2#show ip bgp  neighbors 4.4.4.4 advertised-routes 
BGP table version is 6, local router ID is 2.2.2.2
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
              r RIB-failure, S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete

   Network          Next Hop            Metric LocPrf Weight Path
*> 1.1.1.0/24       192.168.12.1             0             0 1 i

Total number of prefixes 1 
R2#show ip bgp  neighbors 3.3.3.3 advertised-routes 
BGP table version is 6, local router ID is 2.2.2.2
Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,
              r RIB-failure, S Stale
Origin codes: i - IGP, e - EGP, ? - incomplete

   Network          Next Hop            Metric LocPrf Weight Path
*> 1.1.1.0/24       192.168.12.1             0             0 1 i

Total number of prefixes 1 
R2#