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.) |
(no problem, and you are welcome :)) |
||
Line 1: | Line 1: | ||
{{Native | {{Native | ||
|np=6 | |np=6 | ||
− | |p1t= | + | |p1t=integer |
− | |p1d=player | + | |p1d=player [[CONVERT_INT_TO_PLAYERINDEX|index]] |
|p2t=boolean | |p2t=boolean | ||
− | |p2d= true/false | + | |p2d=true/false |
− | |||
}} | }} |
Revision as of 07:35, 13 January 2009
Number of parameters: 6 | ||
---|---|---|
Parameter # | Type | Description |
1. | integer | player index |
2. | boolean | true/false |
Return value: | ||
Type | Description | |
None |