[BEP]AcerPilot 
			
				Unregistered
				
				
			
	
	
		
 
	
 
	
	
		I need to change the plate of my car, but do not understand how using SetVehicleNumberPlate. Already looked on the wiki and did not understand. Could you explain and how?
OBS: Using ****** Translate xD
	
	
	
	
		
	
 
 
	
	
			[BEP]AcerPilot 
			
				Unregistered
				
				
			
	
	
		
 
	
 
	
	
		Current is 0.3, mine is 0.2
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 549
	Threads: 20
	Joined: Jan 2010
	
Reputation: 
0
	 
 
	
	
		After setting it, you have to respawn the vehicle.
	
	
	
	
		
	
 
 
	
	
			[BEP]AcerPilot 
			
				Unregistered
				
				
			
	
	
		
 
	
 
	
	
		But I don't know how to set, I simply don't have any idea of how to use this function. Can give me an example?
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,506
	Threads: 69
	Joined: Feb 2008
	
	
 
	
	
		https://sampwiki.blast.hk/wiki/SetVehicleNumberPlate
There's your example. This is 
exactly how you do It.
	
 
	
	
	
		
	
 
 
	
	
			[BEP]AcerPilot 
			
				Unregistered
				
				
			
	
	
		
 
	
 
	
	
		But for example: I have 34 cars in my script. As the function will know which set the car plate? And in public that I should put the function? I'm really confused.
	
	
	
	
		
	
 
 
	
	
			[BEP]AcerPilot 
			
				Unregistered
				
				
			
	
	
		
 
	
 
	
	
		public OnUserSeeThisTopic
{
SendClientMessage(userid, COLOR_RED, "BUMP");
return 1;
}