gta.setGangWeapons: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{ScriptItem |endpoint = client |type = function |name = gta.setGangWeapons |usage = set the weapons used by a gang |parameters = int gangId, int primaryWeaponId, int secondar...") |
No edit summary |
||
Line 1: | Line 1: | ||
{{ScriptItem | {{ScriptItem | ||
|endpoint = client | |endpoint = client | ||
|games = iii, vc, sa | |||
|type = function | |type = function | ||
|name = gta.setGangWeapons | |name = gta.setGangWeapons |
Latest revision as of 06:51, 19 May 2021
Function
Client Only
Online and Offline
Available since Client 1.0.0
void gta.setGangWeapons(int gangId, int primaryWeaponId, int secondaryWeaponId)
The gta.setGangWeapons function is used to set the weapons used by a gang.
Parameters
1) | int | gangId | The ID of a gang. |
2) | int | primaryWeaponId | The primary weapon for the gang. |
3) | int | secondaryWeaponId | The secondary weapon for the gang. |
Return
void | This function doesn't return a value. |
Notes
There aren't any notes for this function.
Examples
There aren't any examples for this function.
Compatibility
There isn't any compatibility information for this function.