Posts: 388
	Threads: 4
	Joined: Aug 2008
	
Reputation: 
0
	 
	
	
		There is no function that removes only one weapon. But there is a function that removes all player's weapons. So you can put all player's weapons into an array using GetPlayerWeaponData, then remove all weapons using ResetPlayerWeapons and then give all weapons back (excluding a weapon that player should give to another player).
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 6,236
	Threads: 310
	Joined: Jan 2011
	
Reputation: 
0
	 
	
	
		I'm fairly certain there'll be a function out there somewhere, possibly in the 'Useful Functions' topic or in an include. If not, I could attempt to make it.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 153
	Threads: 17
	Joined: Jan 2011
	
Reputation: 
0
	 
	
	
		Yaaaay, dreams come true.
lol
seems nothings wrong with that ^^ hope it works
This forum requires that you wait 120 seconds between posts. Please try again in 19 seconds.
TIME, Y U NO GO FASTER
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 1,662
	Threads: 199
	Joined: Dec 2011
	
Reputation: 
0
	 
	
	
		thanks, Could you explain me what stocks do? I am not very experienced with them.
	
	
	
	
		
	
 
 
	
	
	
		
	Posts: 153
	Threads: 17
	Joined: Jan 2011
	
Reputation: 
0
	 
	
	
		stocks are basically normal functions, but they dont display a warning when compile if u dont use it, and people usually use those in includes because of that.