Post: Attachments Menu Help.
03-23-2015, 04:50 AM #1
TAZBXIV
Bounty hunter
(adsbygoogle = window.adsbygoogle || []).push({}); Is their any possible way to just straight up give attachments in game. not giving a weapon with a pre scriped attachment for example "tar_21+supressor" but i just need to add the "+supressor" without making a whole option for a MTAR surpressed in the menu it is called an attachments menu if that makes it any easier to understand :/ any help will be much appreciated. Smile
(adsbygoogle = window.adsbygoogle || []).push({});
03-24-2015, 01:39 PM #2
Z0neyDanza
Climbing up the ladder
    

replaceCurrentWeaponAttachment(attachment)
{
self.currentWeapon = self GetCurrentWeapon();
if (StrTok(self.currentWeapon, "_")[1] != "dw")
self.currentWeapon = StrTok(self.currentWeapon, "+")[0];
else
self.currentWeapon = StrTok(self.currentWeapon, "_")[0] + "_mp";
self.validReturn = self.currentWeapon;

self thread replaceWeaponAttachment(self.currentWeapon, attachment);
}
03-24-2015, 09:58 PM #3
TAZBXIV
Bounty hunter
thanks

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo