Difference between revisions of "IS WANTED LEVEL GREATER"
								
								Jump to navigation
				Jump to search
				
				
		
					
								
							
		|  (New page: This Native ''boolean'' returns '''true''' if the Players Wanted Level is greater than the u32 Value you put in.) | m | ||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | + | {{Native | |
| + | |np=2 | ||
| + | |p1t=integer | ||
| + | |p1d=player [[CONVERT_INT_TO_PLAYERINDEX|index]] | ||
| + | |p2t=integer | ||
| + | |p2d=value to compare wanted level with | ||
| + | |r=1 | ||
| + | |rt=boolean | ||
| + | |rd=true if wanted level is greater than the 2nd parameter | ||
| + | }} | ||
| + | This [[native function]] returns true if the player's wanted level is greater than the integer value you put in as the second parameter. | ||
Latest revision as of 17:19, 28 January 2009
| Number of parameters: 2 | ||
|---|---|---|
| Parameter # | Type | Description | 
| 1. | integer | player index | 
| 2. | integer | value to compare wanted level with | 
| Return value: | ||
| Type | Description | |
| boolean | true if wanted level is greater than the 2nd parameter | |
This native function returns true if the player's wanted level is greater than the integer value you put in as the second parameter.

