Difference between revisions of "GIVE PLAYER HELMET"
Jump to navigation
Jump to search
(I'm quite new to this, but this hadn't been added and I've gotten it working with C++ Scripting hook.) |
m |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Native | {{Native | ||
− | |np= | + | |np=2 |
− | |p1t= | + | |p1t=integer |
− | |p1d=player | + | |p1d=player [[CONVERT_INT_TO_PLAYERINDEX|index]] |
|p2t=boolean | |p2t=boolean | ||
− | |p2d= true/false | + | |p2d=true/false |
− | |||
}} | }} |
Latest revision as of 07:36, 13 January 2009
Number of parameters: 2 | ||
---|---|---|
Parameter # | Type | Description |
1. | integer | player index |
2. | boolean | true/false |
Return value: | ||
Type | Description | |
None |