NativeAlanking Posted August 11, 2013 Share Posted August 11, 2013 (edited) So in my line of C# I want to change the Player argument to a argument that sets it to attack pedestrians but I don't know how. IF you know how could you also explain how to find the argument for future experiences. Thanks Line of Code: PedTask.AddTask.FightAgainst(Player, 1000000); Edited August 11, 2013 by NativeAlanking Link to comment Share on other sites More sharing options...
Jitnaught Posted June 13, 2014 Share Posted June 13, 2014 So in my line of C# I want to change the Player argument to a argument that sets it to attack pedestrians but I don't know how. IF you know how could you also explain how to find the argument for future experiences. Thanks Line of Code: PedTask.AddTask.FightAgainst(Player, 1000000); I think it's Player.Character Link to comment Share on other sites More sharing options...
Recommended Posts