natives.GET NUM OF MODELS KILLED BY PLAYER: 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 4: Line 4:
|type = function
|type = function
|name = natives.GET_NUM_OF_MODELS_KILLED_BY_PLAYER
|name = natives.GET_NUM_OF_MODELS_KILLED_BY_PLAYER
|parameters = int ped, int value
|parameters = int player, int model
|parameter1 = int ped The character identifier to act on.
|parameter1 = int player Player index.
|parameter2 = int value Numeric parameter.
|parameter2 = int model Model identifier.
|usage = count how many of a specific model the player killed.
|usage = returns how many of a specific model the player killed
|return1 = void
|return1 = void
|returnFail1 = void
|returnFail1 = void
}}
}}
891

edits