Posts: 58
	Threads: 12
	Joined: Nov 2008
	
Reputation: 
0
	 
 
	
	
		I need some help over with the "i" thing that appears on RP servers in which when you go through them something will appear saying, "/enter". I need help, in which, How do I script it in so that the "i" will appear in the "x, y, z" location I prefer. And so that it shows up, "Type /enter to go inside". I'll appreciate if you can help me with this.
Thanks
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 3,312
	Threads: 33
	Joined: Nov 2008
	
Reputation: 
0
	 
 
	
	
		well
Ontop of Script
new pu;
just use pu = CreatePickup(blah...) on OnFSInit
the id for the Infosign is 
1239 - info icon
and then OnPlayerPickUpPickup
if(pickupid == pu)
{
ur function
}
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 58
	Threads: 12
	Joined: Nov 2008
	
Reputation: 
0
	 
 
	
	
		Mhm, Kay thanks. But, I'll see what I can do though. I'll reply to see if it works.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1
	Threads: 0
	Joined: Jul 2009
	
Reputation: 
0
	 
 
	
	
		how to get car location? please help me
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 384
	Threads: 20
	Joined: Mar 2008
	
Reputation: 
0
	 
 
	
	
		Wouldn't you want to set the type to 23? (Pickupable, but doesn't disappear on pickup.)
If you use 2, it will disappear when you go up to it