Home
Feedback Tracker
Search
Configure Global Search
Log In
Transactions
T64504
Change Details
Change Details
Old
New
Diff
Use this code in the description.ext and try to select the weapon in MP mode. There isn't even a button for weapon selection yet. class Weapons { class arifle_SDAR_F { count = 3; }; }; class Magazines { class 30Rnd_65x39_caseless_mag { count = 100; }; };
Use this code in the description.ext and try to select the weapon in MP mode. There isn't even a button for weapon selection yet. ``` class Weapons { class arifle_SDAR_F { count = 3; }; }; class Magazines { class 30Rnd_65x39_caseless_mag { count = 100; }; }; ```
Use this code in the description.ext and try to select the weapon in MP mode. There isn't even a button for weapon selection yet.
```
class Weapons
{
{
class arifle_SDAR_F
class arifle_SDAR_F
{ count = 3; };
}; class Magazines
{
{
class 30Rnd_65x39_caseless_mag
class 30Rnd_65x39_caseless_mag
{ count = 100; };
};
}; ```
Continue