All public logs
Combined display of all available logs of RAGE Multiplayer Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 07:43, 25 April 2024 Shr0x talk contribs created page Weapon::setPedTintIndex (Created page with "{{ClientsideJsFunction}} {{JSContainer| Set given weapon tint index === Required Params === *'''handle''' {{RageType|number}} *'''weaponhash''' {{RageType|number}} *'''tint''' {{RageType|number}} ==Syntax== <pre> mp.game.weapon.setPedTintIndex(handle, weaponhash, tint); </pre> ==Example== {{ClientsideCode| <syntaxhighlight lang="javascript"> mp.players.local.giveWeapon(mp.game.joaat("WEAPON_PISTOL"), 1000, true); mp.game.weapon.setPedTintIndex(mp.players.local.handle,...")