TakeAllWeapons: Difference between revisions
		
		
		
		
		
		Jump to navigation
		Jump to search
		
				
		
		
	
| Line 7: | Line 7: | ||
| ===Required Arguments=== | ===Required Arguments=== | ||
| *'''player''': A player object referencing the specified player | *'''player''': A [[player]] object referencing the specified player | ||
| ==Example== | ==Example== | ||
Revision as of 02:58, 20 May 2006
Description
This function removes every weapons from a specified player, rendering him unarmed. It returns a boolean value (true or false) depending on whether the function passed or failed.
Syntax
TakeAllWeapons ( player )
Required Arguments
- player: A player object referencing the specified player
Example
player = getPlayerFromID ( 1 ) TakeAllWeapons ( player ) outputChatBox ( "All weapons removed from ", getPlayerName ( player ), "." )