Difference between revisions of "GIVE PLAYER HELMET"

From GTAMods Wiki
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=interger
+
|p1t=integer
|p1d=player ID
+
|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

GIVE_PLAYER_HELMET
Number of parameters: 6
Parameter #TypeDescription
1.integerplayer index
2.booleantrue/false
Return value:
TypeDescription
None