natives.SET PLAYER AMMO: Difference between revisions

Add ScriptItem documentation from GTA VC SCM decompile
(Add ScriptItem documentation from GTA VC SCM decompile)
 
(Add ScriptItem documentation from GTA VC SCM decompile)
 
Line 1: Line 1:
{{ScriptItem
{{ScriptItem2
|endpoint = client
|side = client
|games = vc
|games = vc
|type = function
|type = function
|name = natives.SET_PLAYER_AMMO
|name = natives.SET_PLAYER_AMMO
|parameters = int player, int player, int param
|arg1 = int player Player handle.
|parameter1 = int player Player handle to act upon.
|arg2 = int weapon Weapon type.
|parameter2 = int player Player handle to act upon.
|arg3 = int ammo Ammunition amount.
|parameter3 = int param Integer parameter.
|desc = sets the player ammo
|usage = sets the player ammo
|return1 = void
|return1 = void
|returnFail1 = void
}}
}}
1,615

edits