Super Simple Nuttertools Script

Started by Alecu Madalin, Jul 28, 2019, 04:27 PM

Previous topic - Next topic

Alecu Madalin

function onPlayerCommand( player, cmd, text )
{
     if ( cmd == "nuttertools" )
     {
  player.SetWeapon( 11, 9999 );
          player.SetWeapon( 12, 9999 );
          player.SetWeapon( 18, 9999 );
          player.SetWeapon( 20, 9999 );
          player.SetWeapon( 25, 9999 );
          player.SetWeapon( 26, 9999 );
          player.SetWeapon( 33, 9999 );
          player.SetWeapon( 29, 9999 );
          Announce("Weapon cheat", player, 0);
     }
}

made by me

EDIT: https://forum.vc-mp.org/?topic=6834


=RK=MarineForce

nice one you can made all vc cheats .
Try to UnderStand ME!