Posts: 1,102
	Threads: 196
	Joined: Jul 2011
	
Reputation: 
0
	 
	
	
		hey guys,
i was wondering if its possible to attach a pickup to a player, like the skull pickup put on a players head... is this possible?
greets niels
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 2,421
	Threads: 52
	Joined: Mar 2009
	
Reputation: 
0
	 
	
	
		Not possible to attach pickups to players but, IIRC (not certain) all/most pickup models also have object IDS so you could make it appear as if its a pickup but really it's an object.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,102
	Threads: 196
	Joined: Jul 2011
	
Reputation: 
0
	 
	
	
		eehm i dont understand you... you saying i can make the pickup use as a object? cuz i already tried before to use a object as pickup and that didnt packed out well... so what you mean? i dont understand you
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 10,066
	Threads: 38
	Joined: Sep 2007
	
Reputation: 
0
	 
	
	
		All pickups have an object model id (not to be confused with pickup id). The skull, for example, is 1254. You can use this in combination with SetPlayerHoldingObject or AttachObjectToPlayer. That object then, however, does not function as a pickup anymore and it also doesn't rotate.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,102
	Threads: 196
	Joined: Jul 2011
	
Reputation: 
0
	 
	
	
		eehm so if im right you guys just mean i can use the object in mta?, cuz in mta the skull pickup is 1256 id as object... so you guys saying i can make that as a object on the head? with attachobjecttoplayer?