how to spawn ped
-
hello, I looked but I didn't find it anywhere but I needed him to spawn at the pd station and also to be frozen (he couldn't move) and be immortal
-
kubacz12 m menyoo mod, object spooner, invincible, freeze or frozen, google gta5 menyoo tutorial
-
@JohnFromGWN No menyoo I need it in the script because I'm making a new one
-
@kubacz12
If you are going to write scripts, you should start looking at documentation and tutorials.Ped PedBeachS = World.CreatePed(PedHash.Juggalo01AFY, Game.Player.Character.Position + Game.Player.Character.ForwardVector * 3.0f, Game.Player.Character.Heading + 90);
or with absolute coordinates:
World.CreatePed(PedHash.Michael, new Vector3(-1657, 258, 63));
PedBeachS.IsInvincible = true;
PedBeachS.IsPositionFrozen = true;
-
And I need ped to (press E to begin duty) I think something similar to the picture (picture https://ctrlv.cz/sdTS)
-
@kubacz12 As I wrote before, you will need to go through documentation and tutorials. There is only 1 script expert here (that's not me) and very few others who can help. And keep in mind that nobody will write the script for you.
For your notifications:
https://forums.gta5-mods.com/topic/36385/tutorial-help-notification-key-or-blips-etc-7-contextual-code-ex-snippets-c-shvdn3?page=1Here are good sites for documentation.
https://github.com/crosire/scripthookvdotnet/tree/main/source
-
This post is deleted!