GhostTaker40 Posted September 30, 2016 Share Posted September 30, 2016 I need some help with scripting some peds like giving them weapons making them powerful etc. heres my code so far. Imports System Imports System.Drawing Imports System.IO Imports System.Math Imports System.Text Imports System.Windows.Forms Imports GTA Imports GTA.Math Imports GTA.Native Public Class BaseScript Inherits Script Public Sub New() Me.Interval = 5 End Sub Private Sub keyDown(ByVal sender As Object, ByVal e As KeyEventArgs) Handles MyBase.KeyDown If e.KeyCode = Keys.K Then UI.ShowSubtitle("Test") World.CreatePed(PedHash.Marine01SMY, Game.Player.Character.GetOffsetInWorldCoords(New Vector3(0, 5, 0))) [Function].Call(Hash.ADD_BLIP_FOR_ENTITY) End If End Sub Private Sub keyUp(ByVal sender As Object, ByVal e As KeyEventArgs) Handles MyBase.KeyUp End Sub Private Sub general_tick(ByVal sender As Object, ByVal e As EventArgs) Handles MyBase.Tick End Sub End Class Link to comment
KariiiM Posted October 1, 2016 Share Posted October 1, 2016 You need to use Lua to script in MTA 1 Link to comment
HeySlickThatsMe Posted October 1, 2016 Share Posted October 1, 2016 wut didn't you just post gta 5 script? " Marine01SMY" S_M_Y_Marine01 is an ped in gta 5 lol 1 Link to comment
5150 Posted October 3, 2016 Share Posted October 3, 2016 theres mods on community giving peds extra health and arming them, as well as targeting players. for extra health https://community.multitheftauto.com/index.php?p=resources&s=details&id=1604 couldnt find the one for the attacking ped but its somewhere along the lines of "nemesis" or "boss" Link to comment
Mr.Loki Posted October 3, 2016 Share Posted October 3, 2016 10 hours ago, Mandalore5150 said: culdntfind the one for the attacking ped but its somewhere along the lines of "nemesis" or "boss" The best resource for the attacking peds imo is slothbot https://community.multitheftauto.com/index.php?p=resources&s=details&id=672 Link to comment
5150 Posted October 5, 2016 Share Posted October 5, 2016 On 10/3/2016 at 6:17 AM, loki2143 said: The best resource for the attacking peds imo is slothbot https://community.multitheftauto.com/index.php?p=resources&s=details&id=672 (ayyy) yeah thats good but slothbot doesnt run on its own, you need something else with it Link to comment
Mr.Loki Posted October 5, 2016 Share Posted October 5, 2016 4 hours ago, Mandalore5150 said: (ayyy) yeah thats good but slothbot doesnt run on its own, you need something else with it Yeah but it does all the hard work for you so u just gotta know how to use the exports. Link to comment
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