Beispiel #1
0
 private void ItemPumpShotgun_Activated(object sender, EventArgs args) => AmmuController.SellWeapon(200, 50, WeaponHash.PumpShotgun);
Beispiel #2
0
 private void ItemPistol_Activated(object sender, EventArgs args) => AmmuController.SellWeapon(100, 100, WeaponHash.Pistol);
Beispiel #3
0
 private void ItemCarbineRifle_Activated(object sender, EventArgs args)
 {
     AmmuController.SellWeapon(350, 50, WeaponHash.CarbineRifle);
 }