Its in this code:
if (e.KeyCode == Keys.NumPad1) { var npc = World.CreatePed(PedHash.AviSchwartzman, Game.Player.Character.GetOffsetInWorldCoords(new Vector3(0, 5, 0,))); npc.Weapons.Give(WeaponHash.Crowbar, 1, true, true); npc.Task.FightAgainst(Game.Player.Character); }
I don't know what to do
1.4m articles
1.4m replys
5 comments
57.0k users