lamlam Posted March 25, 2018 Share Posted March 25, 2018 (edited) i need to know some codes about: GTA.Native.Function.Call.i want to burn the target ped that player aim at by click LMB, so i have code: Ped Burn = Player.GetTargetedPed();if (Game.isGameKeyPressed(GameKey.Attack) && Burn.Exists() ){ GTA.Native.Function.Call("START_CHAR_FIRE", Burn); } i don't know, is it right? please help! Edited April 2, 2018 by lamlam Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now