natives.ADD BLIP FOR CHAR OLD: Difference between revisions
Jump to navigation
Jump to search
(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.ADD_BLIP_FOR_CHAR_OLD | |name = natives.ADD_BLIP_FOR_CHAR_OLD | ||
|parameters = int | |parameters = int blip, int flag | ||
|parameter1 = int | |parameter1 = int blip Blip handle. | ||
|parameter2 = int | |parameter2 = int flag Flag value (0 or 1). | ||
|usage = add blip for char old in Vice City | |usage = add blip for char old in Vice City | ||
|return1 = void | |return1 = void | ||
|returnFail1 = void | |returnFail1 = void | ||
}} | }} | ||
Revision as of 17:16, 13 June 2026
natives.ADD_BLIP_FOR_CHAR_OLD
Signature: void natives.ADD_BLIP_FOR_CHAR_OLD(int blip, int flag)
Usage: add blip for char old in Vice City
Parameters
- int blip Blip handle.
- int flag Flag value (0 or 1).
Return
void
On failure: void