private void GiveWeapon(int client, int weaponIndex) {
BO2.RPC.Call(0x002A8364, 0x01780F28 + (client * 0x580
, weaponIndex, 0, 0);
BO2.RPC.Call(0x001E6838, 0x016B9F20 + (client * 0x31C), weaponIndex, 0, 0);
}
if (numericUpDown1.Value == -1) {
numericUpDown1.Value = 0;
return;
}
if (this.DEX.Extension.ReadString(0x178660E) != "")
{
string str = this.textBox1.Text;
int swag = Convert.ToInt32(str);
GiveWeapon((int)numericUpDown1.Value, (int)swag);
}
Copyright © 2026, NextGenUpdate.
All Rights Reserved.