natives.SET_GANG_WEAPONS

Function Client Only icon-vc.png Online and Offline

Available since Client 1.0.0
void natives.SET_GANG_WEAPONS(int gangId, int weapon1, int weapon2)
The natives.SET_GANG_WEAPONS function is used to sets the weapons carried by a specific gang.

Parameters

1) int gangId Gang identifier.
2) int weapon1 First weapon identifier.
3) int weapon2 Second weapon identifier.

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.