GTA V Script Creator 1.0
6.580
186
6.580
186
Installation
Extract the.zip file into a folder anywhere and run the executable.
About
With this tool, you can create simple GTA V mods in minutes. Whether it be spawning a custom car or changing your player model with a push of a button.
Changelog
1.0
- Initial Release.
Extract the.zip file into a folder anywhere and run the executable.
About
With this tool, you can create simple GTA V mods in minutes. Whether it be spawning a custom car or changing your player model with a push of a button.
Changelog
1.0
- Initial Release.
Primeiro envio: 26 de Julho de 2016
Último envio: 26 de Julho de 2016
Último download: há 1 hora atrás
121 Comentários
Installation
Extract the.zip file into a folder anywhere and run the executable.
About
With this tool, you can create simple GTA V mods in minutes. Whether it be spawning a custom car or changing your player model with a push of a button.
Changelog
1.0
- Initial Release.
Extract the.zip file into a folder anywhere and run the executable.
About
With this tool, you can create simple GTA V mods in minutes. Whether it be spawning a custom car or changing your player model with a push of a button.
Changelog
1.0
- Initial Release.
Primeiro envio: 26 de Julho de 2016
Último envio: 26 de Julho de 2016
Último download: há 1 hora atrás
@jedijosh920 Appreciate it I'll donate at some point help you out. Keep the awesome mods coming! ;-)
@jedijosh920 Why will the script not load into my game???
@jedijosh920 when i change my player model into a streamedped for example IG_DAVENORTON in my code, it doesnt seem to work, what could possibly the problem?
What would be the code to make your player play an animation?
I think there's specific files dealing with animations that can probably revealed through OpenIV. Don't take that fully from me bro @Narobic
what is "anim dict" in tasking a ped to play an animation?
is this is virus free ?? i dont know scripts and languages so much so is this is easy to run and make scripts?? please tell
@jedijosh920 Give an invincible or elevated health level to a PED created in MAP editor
Can you help me please
using GTA;
using GTA.Native;
using GTA.Math;
using System;
using System.Windows.Forms;
using System.Collections.Generic;
using System.IO;
using System.Drawing;
using System.Media;
public class ModName : BODYGUARDS
{
// Where you initialize all your variables for use.
private string modName = "BODYGUARDS";
private string modCreatorName = "GameWhipsTV";
private Ped playerPed = Game.Player.Character;
private Player player = Game.Player;
// Where you initialize the events or do anything when the mod starts.
public BODYGUARDS()
{
UI.Notify(modName + " made by: " + modCreatorName + " using GTA V Script Creator 1.0");
Tick += OnTick;
KeyDown += OnKeyDown;
KeyUp += OnKeyUp;
}
// This is where loops/things are run every frame.
private void OnTick(object sender, EventArgs e)
{
}
// When you press a key down or hold it.
private void OnKeyDown(object sender, KeyEventArgs e)
{
if (e.KeyCode == Keys.2)
{
Ped GUARDS = World.CreatePed("S_M_Y_BLACKOPS_01", new Vector3/playerped.positionX. playeped.position.Y. playeped.position.Z));
Game.Player.Character.CurrentPedGroup.Add(Guard, false);
UI.Notify("Your own guard!");
}
if (e.KeyCode == Keys.3)
{
Ped nearest ped = World.GetNearbyPeds(Game.Player.Character, 7f)[0];
nearestped.Kill();
UI.ShowSubtitle("GUARD REMOVED!", 2500);
}
}
// When you press a key up or release it.
private void OnKeyUp(object sender, KeyEventArgs e)
{
}
}
please make a convoy script
sick intro man
amazing application, but can someone give me a little help? how can make events based in locations? or coordinates? i didn`t found anything like this in the program, thanks!
https://www.youtube.com/watch?v=TFsoN4LpJk4
Awesome tutorial.
@GameWhipsTV I looked at it just for the kicks and "player" in the spawning section is missing an "r" for Y and Z postion. ;)
nice tool !
ok so i have my ped spawner script down and working 100% but i want to add the option to spawn the peds in a vehicle. how do i do that?
i tried ped.SetIntoVehiclee(VehicleHash.EntityXF, 1, true, true); but it doesn't work
i also tried ped.SetIntoVehiclee(VehicleHash.EntityXF); and that doesn't work either.
I have a script, but I want to update it with the option to give a command to attack who I aim at. Any body know what natives I use or what to insert in my script to make that possible?? Thankx @jedijosh920 for this awesome script creator!!
How do we spawn the party bus and crowd?
its looks like so helpful m8 thanks
You said make NPC cops arrest is very easy...but you never show source code...sometimes i think you are good...but somtimes bad